aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAlex Merry <alex.merry@kde.org>2015-11-03 15:04:46 +0000
committerAlex Merry <alex.merry@kde.org>2015-11-03 15:04:46 +0000
commit19513e1910f19375a4c17a61f048c7f8c2f9e840 (patch)
tree25d75eabc6cede11aa0365640fd9b109ae409c78 /src/CMakeLists.txt
parent75d11cc64fee09189bfe8f968f0558e3d1000db8 (diff)
downloadkconfig-19513e1910f19375a4c17a61f048c7f8c2f9e840.tar.gz
kconfig-19513e1910f19375a4c17a61f048c7f8c2f9e840.tar.bz2
Fix usage of ecm_create_qm_loader.
Generate-source-file macros should be used from the same CMakeLists.txt file as the targets they generate files for.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 0 insertions, 2 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)