3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-07 06:44:18 +00:00
Brooklyn/plasma/kcms/spellchecking/CMakeLists.txt

18 lines
576 B
CMake
Raw Normal View History

set(kcm_spellchecking_SRCS
spellcheckingskeleton.cpp
spellchecking.cpp
spellcheckingdata.cpp
)
add_library(kcmspellchecking MODULE ${kcm_spellchecking_SRCS})
target_link_libraries(kcmspellchecking
KF5::ConfigWidgets
KF5::KCMUtils
KF5::SonnetCore
KF5::SonnetUi
)
install(TARGETS kcmspellchecking DESTINATION ${KDE_INSTALL_PLUGINDIR}/plasma/kcms/systemsettings_qwidgets )
install( FILES kcmspellchecking.desktop DESTINATION ${KDE_INSTALL_APPDIR} )