mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-25 11:22:55 +00:00
11 lines
623 B
CMake
11 lines
623 B
CMake
set(dictionaryrunner_SRCS dictionaryrunner.cpp dictionarymatchengine.cpp)
|
|
set(kcm_dictionaryrunner_SRCS dictionaryrunner_config.cpp)
|
|
|
|
kde4_add_plugin(krunner_dictionary ${dictionaryrunner_SRCS})
|
|
kde4_add_plugin(kcm_krunner_dictionary ${kcm_dictionaryrunner_SRCS})
|
|
|
|
target_link_libraries(krunner_dictionary ${KDE4_PLASMA_LIBS})
|
|
target_link_libraries(kcm_krunner_dictionary ${KDE4_KCMUTILS_LIBS})
|
|
|
|
install(TARGETS krunner_dictionary kcm_krunner_dictionary DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
|
|
install(FILES plasma-runner-dictionary.desktop plasma-runner-dictionary_config.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})
|