kde-workspace/plasma/runners/bookmarks/CMakeLists.txt

30 lines
737 B
Text
Raw Normal View History

2014-11-13 19:30:51 +02:00
########### next target ###############
set(krunner_bookmarksrunner_SRCS
browserfactory.cpp
bookmarkmatch.cpp
favicon.cpp
bookmarksrunner.cpp
browsers/kdebrowser.cpp
browsers/chromefindprofile.cpp
browsers/chrome.cpp
2014-11-13 19:30:51 +02:00
)
kde4_add_plugin(krunner_bookmarksrunner ${krunner_bookmarksrunner_SRCS})
target_link_libraries(krunner_bookmarksrunner
${KDE4_KIO_LIBS}
${KDE4_PLASMA_LIBS}
${QT_QTSCRIPT_LIBRARY}
${QT_QTDBUS_LIBRARY}
)
2014-11-13 19:30:51 +02:00
install(TARGETS krunner_bookmarksrunner DESTINATION ${KDE4_PLUGIN_INSTALL_DIR} )
2014-11-13 19:30:51 +02:00
########### install files ###############
install(FILES plasma-runner-bookmarks.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})
2014-11-13 19:30:51 +02:00
if(ENABLE_TESTING)
2014-11-13 19:30:51 +02:00
add_subdirectory(tests)
2015-09-01 04:37:19 +03:00
endif()