not quite so much needs to be delayed to the init() function
[personal-kdebase.git] / workspace / kcontrol / autostart / CMakeLists.txt
blobe05ac65cb569fdb6d680a56786f41f23fd5a240c
1 PROJECT (autostart)
3 INCLUDE (KDE4Defaults)
5 ADD_DEFINITIONS (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
6 INCLUDE_DIRECTORIES (${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES})
8 ########### next target ###############
10 SET(kcm_autostart_PART_SRCS
11    autostartitem.cpp
12    addscriptdialog.cpp
13    advanceddialog.cpp
14    autostart.cpp )
16 KDE4_ADD_UI_FILES(kcm_autostart_PART_SRCS autostartconfig.ui )
18 KDE4_ADD_PLUGIN(kcm_autostart ${kcm_autostart_PART_SRCS})
20 TARGET_LINK_LIBRARIES(kcm_autostart   ${KDE4_KIO_LIBS} )
22 ########### install files ###############
24 INSTALL(TARGETS kcm_autostart  DESTINATION ${PLUGIN_INSTALL_DIR} )
25 INSTALL( FILES autostart.desktop   DESTINATION  ${SERVICES_INSTALL_DIR} )