kwin/kcmkwin/kwindesktop/CMakeLists.txt
2013-09-27 13:43:15 +02:00

25 lines
609 B
CMake

########### next target ###############
set(kcm_kwindesktop_PART_SRCS main.cpp desktopnameswidget.cpp)
kde4_add_ui_files(kcm_kwindesktop_PART_SRCS main.ui)
kde4_add_plugin(kcm_kwindesktop ${kcm_kwindesktop_PART_SRCS})
target_link_libraries(kcm_kwindesktop
Qt5::X11Extras
KF5::KCMUtils
KF5::KCompletion
KF5::KI18n
KF5::KWindowSystem
KF5::XmlGui
${KDE4Support_LIBRARIES}
${X11_LIBRARIES}
)
install(TARGETS kcm_kwindesktop DESTINATION ${PLUGIN_INSTALL_DIR} )
########### install files ###############
install( FILES desktop.desktop DESTINATION ${SERVICES_INSTALL_DIR} )