aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/CMakeLists.txt2
-rw-r--r--src/gui/CMakeLists.txt2
2 files changed, 1 insertions, 3 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index f7c79cec..916d51fb 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,5 +1,3 @@
-ecm_create_qm_loader(kconfig_QM_LOADER kconfig5_qt)
-
add_subdirectory(core)
add_subdirectory(gui)
add_subdirectory(kconfig_compiler)
diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt
index 6632a32e..9663e09f 100644
--- a/src/gui/CMakeLists.txt
+++ b/src/gui/CMakeLists.txt
@@ -9,8 +9,8 @@ set(libkconfiggui_SRCS
kconfigskeleton.cpp
kstandardshortcut.cpp
kwindowconfig.cpp
- ${kconfig_QM_LOADER}
)
+ecm_create_qm_loader(libkconfiggui_SRCS kconfig5_qt)
add_library(KF5ConfigGui ${libkconfiggui_SRCS})
generate_export_header(KF5ConfigGui BASE_NAME KConfigGui)