kde-extraapps/kdeplasma-addons/applets/fileWatcher/CMakeLists.txt

17 lines
497 B
Text
Raw Normal View History

project(plasma-fileWatcher)
include_directories( ${KDE4_INCLUDES} )
2015-09-02 02:13:50 +03:00
set(fileWatcher_SRCS
fileWatcher.cpp
fileWatcherTextItem.cpp
fileWatcherConfig.ui
filtersConfig.ui
)
kde4_add_plugin(plasma_applet_fileWatcher ${fileWatcher_SRCS})
target_link_libraries(plasma_applet_fileWatcher KDE4::plasma KDE4::kio)
install(TARGETS plasma_applet_fileWatcher DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
install(FILES plasma-fileWatcher-default.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})