Add (and install) svg for the new krunner interface.
[kdebase/uwolfer.git] / workspace / kstartupconfig / CMakeLists.txt
blob66da37cdd824ea3a2fee75bca46bbab2f31e135f
1 ########### kstartupconfig ###############
3 set(kstartupconfig_SRCS kstartupconfig.cpp )
5 kde4_add_executable(kstartupconfig4 NOGUI ${kstartupconfig_SRCS})
7 target_link_libraries(kstartupconfig4 kdefakes ${KDE4_KDECORE_LIBS})
9 install(TARGETS kstartupconfig4 DESTINATION ${BIN_INSTALL_DIR} )
11 ########### kdostartupconfig ###############
13 set(kdostartupconfig_SRCS kdostartupconfig.cpp )
15 kde4_add_executable(kdostartupconfig4 NOGUI ${kdostartupconfig_SRCS})
17 target_link_libraries(kdostartupconfig4 ${KDE4_KDECORE_LIBS} )
19 install(TARGETS kdostartupconfig4 DESTINATION ${BIN_INSTALL_DIR} )