Use version-less qt DBus macros

They work with both Qt5 and Qt6
This commit is contained in:
Nicolas Fella 2021-05-31 01:07:59 +02:00
parent 60b156e84a
commit f53aae825d
2 changed files with 2 additions and 2 deletions

View file

@ -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)
set(phonepanel_SRCS

View file

@ -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})