2009-02-27 15:40:53 +00:00
|
|
|
set(
|
|
|
|
kcm_kwinscreenedges_PART_SRCS
|
|
|
|
main.cpp
|
|
|
|
monitor.cpp
|
2013-09-29 08:09:28 +00:00
|
|
|
screenpreviewwidget.cpp
|
2009-02-27 15:40:53 +00:00
|
|
|
)
|
2014-03-18 10:06:56 +00:00
|
|
|
qt5_wrap_ui( kcm_kwinscreenedges_PART_SRCS main.ui )
|
2013-12-05 19:22:31 +00:00
|
|
|
add_library( kcm_kwinscreenedges MODULE ${kcm_kwinscreenedges_PART_SRCS} )
|
2013-09-29 08:24:35 +00:00
|
|
|
target_link_libraries( kcm_kwinscreenedges ${X11_LIBRARIES}
|
|
|
|
Qt5::DBus
|
2013-12-11 20:41:47 +00:00
|
|
|
KF5::Completion
|
|
|
|
KF5::ConfigCore
|
|
|
|
KF5::ConfigWidgets
|
|
|
|
KF5::I18n
|
|
|
|
KF5::Service
|
2013-10-15 23:36:24 +00:00
|
|
|
KF5::Plasma
|
2013-09-29 08:24:35 +00:00
|
|
|
)
|
2009-02-27 15:40:53 +00:00
|
|
|
install( TARGETS kcm_kwinscreenedges DESTINATION ${PLUGIN_INSTALL_DIR} )
|
|
|
|
|
|
|
|
install( FILES kwinscreenedges.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|