kde-workspace/kcontrol/autostart/CMakeLists.txt
2014-11-13 19:30:51 +02:00

25 lines
701 B
CMake

PROJECT (autostart)
INCLUDE (KDE4Defaults)
ADD_DEFINITIONS (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
INCLUDE_DIRECTORIES (${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES})
########### next target ###############
SET(kcm_autostart_PART_SRCS
autostartitem.cpp
addscriptdialog.cpp
advanceddialog.cpp
autostart.cpp )
KDE4_ADD_UI_FILES(kcm_autostart_PART_SRCS autostartconfig.ui )
KDE4_ADD_PLUGIN(kcm_autostart ${kcm_autostart_PART_SRCS})
TARGET_LINK_LIBRARIES(kcm_autostart ${KDE4_KIO_LIBS} )
########### install files ###############
INSTALL(TARGETS kcm_autostart DESTINATION ${PLUGIN_INSTALL_DIR} )
INSTALL( FILES autostart.desktop DESTINATION ${SERVICES_INSTALL_DIR} )