be2a3252c2
Connects to freedesktop ScreenSaver interface and un/locks it upon request. REVIEW: 124170
9 lines
317 B
CMake
9 lines
317 B
CMake
qt5_add_dbus_interface(lockdevice_SRCS org.freedesktop.ScreenSaver.xml screensaverdbusinterface)
|
|
|
|
kdeconnect_add_plugin(kdeconnect_lockdevice JSON kdeconnect_lockdevice.json SOURCES lockdeviceplugin.cpp ${lockdevice_SRCS})
|
|
|
|
target_link_libraries(kdeconnect_lockdevice
|
|
kdeconnectcore
|
|
Qt5::DBus
|
|
KF5::I18n
|
|
)
|