From 19513e1910f19375a4c17a61f048c7f8c2f9e840 Mon Sep 17 00:00:00 2001 From: Alex Merry Date: Tue, 3 Nov 2015 15:04:46 +0000 Subject: 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. --- src/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/CMakeLists.txt') 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) -- cgit v1.2.1