kdeconnect-kde/plugins/screensaver-inhibit/CMakeLists.txt
Albert Vaca c7c1974ea9 Merge branch 'master' into frameworks
Conflicts:
	core/backends/lan/lanlinkprovider.cpp
	plugins/ping/pingplugin.h
	plugins/telephony/telephonyplugin.cpp
2015-01-10 20:14:01 -08:00

15 lines
474 B
CMake

set(kdeconnect_screensaver_inhibit_SRCS
screensaverinhibitplugin.cpp
)
add_library(kdeconnect_screensaver_inhibit ${kdeconnect_screensaver_inhibit_SRCS})
target_link_libraries(kdeconnect_screensaver_inhibit kdeconnectcore
Qt5::DBus
KF5::I18n
KF5::Service
KF5::Notifications
)
install(TARGETS kdeconnect_screensaver_inhibit DESTINATION ${PLUGIN_INSTALL_DIR} )
install(FILES kdeconnect_screensaver_inhibit.desktop DESTINATION ${SERVICES_INSTALL_DIR} )