kwin/kcmkwin/kwindesktop/CMakeLists.txt

28 lines
669 B
Text
Raw Normal View History

########### next target ###############
include_directories(${KWIN_SOURCE_DIR}/effects)
set(kcm_kwindesktop_PART_SRCS main.cpp desktopnameswidget.cpp)
qt5_wrap_ui(kcm_kwindesktop_PART_SRCS main.ui)
add_library(kcm_kwindesktop MODULE ${kcm_kwindesktop_PART_SRCS})
2013-09-27 11:43:15 +00:00
target_link_libraries(kcm_kwindesktop
Qt5::X11Extras
KF5::KCMUtils
2013-12-11 20:41:47 +00:00
KF5::Completion
2013-12-09 08:33:58 +00:00
KF5::GlobalAccel
2013-12-11 20:41:47 +00:00
KF5::I18n
KF5::WindowSystem
2013-09-27 11:43:15 +00:00
KF5::XmlGui
${X11_LIBRARIES}
kwin4_effect_builtins
2013-09-27 11:43:15 +00:00
)
install(TARGETS kcm_kwindesktop DESTINATION ${PLUGIN_INSTALL_DIR} )
########### install files ###############
install( FILES desktop.desktop DESTINATION ${SERVICES_INSTALL_DIR} )