diff options
author | Lukáš Tinkl <lukas@kde.org> | 2014-07-21 21:15:53 +0200 |
---|---|---|
committer | Lukáš Tinkl <lukas@kde.org> | 2014-07-21 21:15:53 +0200 |
commit | ebe2a95e8c35be14e12210432bac79196f1aa50c (patch) | |
tree | 46e3c7cfd806d2c32d078933ac15a62ffd3d2991 /CMakeLists.txt | |
parent | 4160e4cbebfc283efe6ffc99c9cb82322616c210 (diff) | |
download | kconfig-ebe2a95e8c35be14e12210432bac79196f1aa50c.tar.gz kconfig-ebe2a95e8c35be14e12210432bac79196f1aa50c.tar.bz2 |
create and install the QM loader
like all the other Qt-based modules do
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 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 |