kdeconnect-kde/plugins/lockdevice/CMakeLists.txt
Aleix Pol be2a3252c2 Make it possible to lock the screen from KDE Connect
Connects to freedesktop ScreenSaver interface and un/locks it upon request.

REVIEW: 124170
2015-07-22 03:37:34 +02:00

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
)