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} )