From ebe2a95e8c35be14e12210432bac79196f1aa50c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Tinkl?= Date: Mon, 21 Jul 2014 21:15:53 +0200 Subject: create and install the QM loader like all the other Qt-based modules do --- src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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) -- cgit v1.2.1