diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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) |