
project(knewstuff)

include_directories( ${KDE4_KIO_INCLUDES} )


set(khotnewstuff_SRCS khotnewstuff.cpp )

kde4_automoc(${khotnewstuff_SRCS})

kde4_add_executable(khotnewstuff ${khotnewstuff_SRCS})

target_link_libraries(khotnewstuff  ${KDE4_KDECORE_LIBS} knewstuff)

install(TARGETS khotnewstuff DESTINATION ${BIN_INSTALL_DIR} )

install( FILES khotnewstuffrc  DESTINATION  ${CONFIG_INSTALL_DIR} )

kde4_install_icons( ${ICON_INSTALL_DIR}  )




