mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 10:52:51 +00:00
16 lines
349 B
CMake
16 lines
349 B
CMake
SET(kcm_spellchecking_SRCS
|
|
spellchecking.cpp
|
|
)
|
|
|
|
KDE4_ADD_PLUGIN(kcm_spellchecking ${kcm_spellchecking_SRCS})
|
|
|
|
TARGET_LINK_LIBRARIES(kcm_spellchecking ${KDE4_KDEUI_LIBS})
|
|
|
|
INSTALL(TARGETS
|
|
kcm_spellchecking
|
|
DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}
|
|
)
|
|
INSTALL(
|
|
FILES kcm_spellchecking.desktop
|
|
DESTINATION ${KDE4_SERVICES_INSTALL_DIR}
|
|
)
|