delay a few things on startup, such as setting the visibility mode, which ensures...
[personal-kdebase.git] / runtime / knewstuff / CMakeLists.txt
blob357e46d0de9089a5cc8fef7bdbe92820727cf67d
1 include_directories( ${KDE4_KIO_INCLUDES} )
3 set(khotnewstuff_SRCS khotnewstuff.cpp )
5 kde4_add_executable(khotnewstuff4 ${khotnewstuff_SRCS})
7 target_link_libraries(khotnewstuff4 ${KDE4_KNEWSTUFF2_LIBS} ${KDE4_KDECORE_LIBS} 
8                                     ${KDE4_KDEUI_LIBS} ${QT4_QTCORE_LIBRARY})
10 install(TARGETS khotnewstuff4 ${INSTALL_TARGETS_DEFAULT_ARGS} )
12 install( FILES khotnewstuff.knsrc  DESTINATION  ${CONFIG_INSTALL_DIR} )