
include_directories( ${CMAKE_SOURCE_DIR}/knewsticker/common  )


########### next target ###############

set(knewstickerstub_SRCS knewstickerstub.cpp ${libknewstickercommon_SRCS} )



kde4_automoc(${knewstickerstub_SRCS})

kde4_add_executable(knewstickerstub ${knewstickerstub_SRCS})

target_link_libraries(knewstickerstub  ${KDE4_KIO_LIBS}  )

install(TARGETS knewstickerstub  DESTINATION ${BIN_INSTALL_DIR} )


########### install files ###############
MESSAGE( STATUS "knewstickerstub: move knewstickerstub.desktop outside of applnk directory")
install( FILES knewstickerstub.desktop  DESTINATION ${APPLNK_INSTALL_DIR}/.hidden)




