aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukáš Tinkl <lukas@kde.org>2014-07-21 21:15:53 +0200
committerLukáš Tinkl <lukas@kde.org>2014-07-21 21:15:53 +0200
commitebe2a95e8c35be14e12210432bac79196f1aa50c (patch)
tree46e3c7cfd806d2c32d078933ac15a62ffd3d2991
parent4160e4cbebfc283efe6ffc99c9cb82322616c210 (diff)
downloadkconfig-ebe2a95e8c35be14e12210432bac79196f1aa50c.tar.gz
kconfig-ebe2a95e8c35be14e12210432bac79196f1aa50c.tar.bz2
create and install the QM loader
like all the other Qt-based modules do
-rw-r--r--CMakeLists.txt1
-rw-r--r--src/CMakeLists.txt2
2 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 98695640..1d4b56b2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,6 +17,7 @@ include(GenerateExportHeader)
include(ECMSetupVersion)
include(ECMGenerateHeaders)
include(ECMMarkNonGuiExecutable)
+include(ECMPoQmTools)
set(KF5_VERSION "5.0.0") # handled by release scripts
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)