
include_directories( ${CMAKE_SOURCE_DIR}/knewsticker/common  )


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

set(knewstickerstub_SRCS knewstickerstub.cpp ${libknewstickercommon_SRCS} )



kde4_add_executable(knewstickerstub ${knewstickerstub_SRCS})

target_link_libraries(knewstickerstub  ${KDE4_KIO_LIBS} ${QT_QT3SUPPORT_LIBRARY} )

install(TARGETS knewstickerstub  DESTINATION ${BIN_INSTALL_DIR} )


########### install files ###############
install( FILES knewstickerstub.desktop  DESTINATION ${XDG_APPS_INSTALL_DIR})




