not quite so much needs to be delayed to the init() function
[personal-kdebase.git] / workspace / kstartupconfig / CMakeLists.txt
blobbe3b1a22e2d14cc0050778236cfe22b3d20512a4
1 ########### kstartupconfig ###############
3 set(kstartupconfig_SRCS kstartupconfig.cpp )
5 kde4_add_executable(kstartupconfig4 NOGUI ${kstartupconfig_SRCS})
7 if(WIN32)
8 target_link_libraries(kstartupconfig4 ${KDE4_KDECORE_LIBS})
9 else(WIN32)
10 target_link_libraries(kstartupconfig4 kdefakes ${KDE4_KDECORE_LIBS})
11 endif(WIN32)
13 install(TARGETS kstartupconfig4 ${INSTALL_TARGETS_DEFAULT_ARGS} )
15 ########### kdostartupconfig ###############
17 set(kdostartupconfig_SRCS kdostartupconfig.cpp )
19 kde4_add_executable(kdostartupconfig4 NOGUI ${kdostartupconfig_SRCS})
21 target_link_libraries(kdostartupconfig4 ${KDE4_KDECORE_LIBS} )
23 install(TARGETS kdostartupconfig4 ${INSTALL_TARGETS_DEFAULT_ARGS} )