diff options
| -rw-r--r-- | CMakeLists.txt | 1 | ||||
| -rw-r--r-- | src/CMakeLists.txt | 2 | 
2 files changed, 3 insertions, 0 deletions
| diff --git a/CMakeLists.txt b/CMakeLists.txt index 98695640..1d4b56b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,6 +17,7 @@ include(GenerateExportHeader)  include(ECMSetupVersion)  include(ECMGenerateHeaders)  include(ECMMarkNonGuiExecutable) +include(ECMPoQmTools)  set(KF5_VERSION "5.0.0") # handled by release scripts diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 916d51fb..f7c79cec 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,3 +1,5 @@ +ecm_create_qm_loader(kconfig_QM_LOADER kconfig5_qt) +  add_subdirectory(core)  add_subdirectory(gui)  add_subdirectory(kconfig_compiler) | 
