2007-11-04 12:35:51 +00:00
|
|
|
|
|
|
|
########### next target ###############
|
|
|
|
|
2009-07-12 12:21:57 +00:00
|
|
|
set(kcm_kwindesktop_PART_SRCS main.cpp desktopnameswidget.cpp)
|
|
|
|
kde4_add_ui_files(kcm_kwindesktop_PART_SRCS main.ui)
|
2007-11-04 12:35:51 +00:00
|
|
|
|
|
|
|
kde4_add_plugin(kcm_kwindesktop ${kcm_kwindesktop_PART_SRCS})
|
|
|
|
|
2013-09-27 11:43:15 +00:00
|
|
|
target_link_libraries(kcm_kwindesktop
|
|
|
|
Qt5::X11Extras
|
|
|
|
KF5::KCMUtils
|
|
|
|
KF5::KCompletion
|
|
|
|
KF5::KI18n
|
|
|
|
KF5::KWindowSystem
|
|
|
|
KF5::XmlGui
|
2013-10-29 12:00:46 +00:00
|
|
|
KF5::KDE4Support
|
2013-09-27 11:43:15 +00:00
|
|
|
${X11_LIBRARIES}
|
|
|
|
)
|
2007-11-04 12:35:51 +00:00
|
|
|
|
|
|
|
install(TARGETS kcm_kwindesktop DESTINATION ${PLUGIN_INSTALL_DIR} )
|
|
|
|
|
|
|
|
|
|
|
|
########### install files ###############
|
|
|
|
install( FILES desktop.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|
|
|
|
|