mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
Use version-less qt DBus macros
They work with both Qt5 and Qt6
This commit is contained in:
parent
60b156e84a
commit
f53aae825d
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
qt5_add_dbus_interfaces(DBUS_SRCS dbus/org.kde.KWin.Screenshot.xml
|
qt_add_dbus_interfaces(DBUS_SRCS dbus/org.kde.KWin.Screenshot.xml
|
||||||
dbus/org.kde.KScreen.xml)
|
dbus/org.kde.KScreen.xml)
|
||||||
|
|
||||||
set(phonepanel_SRCS
|
set(phonepanel_SRCS
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
qt5_add_dbus_interfaces(DBUS_SRCS ${KWIN_VIRTUALKEYBOARD_INTERFACE})
|
qt_add_dbus_interfaces(DBUS_SRCS ${KWIN_VIRTUALKEYBOARD_INTERFACE})
|
||||||
|
|
||||||
add_library(plasma_containment_phone_taskpanel MODULE taskpanel.cpp ${DBUS_SRCS})
|
add_library(plasma_containment_phone_taskpanel MODULE taskpanel.cpp ${DBUS_SRCS})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue