not quite so much needs to be delayed to the init() function
[personal-kdebase.git] / workspace / ksystraycmd / CMakeLists.txt
blob2cba298989b29e52dd2b298268a18763f39f0ea5
1 set(ksystraycmd_SRCS ksystraycmd.cpp main.cpp )
4 kde4_add_executable(ksystraycmd ${ksystraycmd_SRCS})
6 target_link_libraries(ksystraycmd ${KDE4_KDE3SUPPORT_LIBS} ${KDE4_KDEUI_LIBS})
7 if (Q_WS_X11)
8   target_link_libraries(ksystraycmd ${X11_X11_LIB})
9 endif (Q_WS_X11)
11 install(TARGETS ksystraycmd ${INSTALL_TARGETS_DEFAULT_ARGS})