kdeconnect-kde/kcm/CMakeLists.txt

22 lines
427 B
CMake
Raw Normal View History

2013-06-19 15:15:25 +01:00
set(kcm_SRCS
kcm.cpp
)
qt4_automoc(${kcm_SRCS})
kde4_add_ui_files(kcm_SRCS kcm.ui wizzard.ui)
kde4_add_plugin(kdeconnect-kcm ${kcm_SRCS})
target_link_libraries(kdeconnect-kcm
${QT_QTCORE_LIBRARY}
${QT_QTGUI_LIBRARY}
${KDE4_KDEUI_LIBRARY}
${KDE4_KIO_LIBRARY}
)
install(TARGETS kdeconnect-kcm DESTINATION ${PLUGIN_INSTALL_DIR})
install(FILES kdeconnect-kcm.desktop DESTINATION ${SERVICES_INSTALL_DIR})