Warning, /plasma/plasma-desktop/kcms/spellchecking/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 set(kcm_spellchecking_SRCS
0002    spellcheckingskeleton.cpp
0003    spellchecking.cpp
0004     spellcheckingdata.cpp
0005    )
0006 
0007 add_library(kcmspellchecking MODULE ${kcm_spellchecking_SRCS})
0008 kcmutils_generate_desktop_file(kcmspellchecking)
0009 
0010 target_link_libraries(kcmspellchecking
0011                       KF5::ConfigWidgets
0012                       KF5::KCMUtils
0013                       KF5::SonnetCore
0014                       KF5::SonnetUi
0015                      )
0016 
0017 install(TARGETS kcmspellchecking   DESTINATION ${KDE_INSTALL_PLUGINDIR}/plasma/kcms/systemsettings_qwidgets )