summaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-02-22 09:07:20 +0100
committerStanislaw Halik <sthalik@misaki.pl>2017-02-22 09:07:20 +0100
commit9339632c619b689451d5f962c9a9b29b9ebd0c93 (patch)
treeaf0e7f8eb1999ccf75350e16626ea951e524e7b4 /CMakeLists.txt
parent497980e40ca695f2cf2db0161aac5b88f5d6688e (diff)
cmake: change translation regen logic
- lupdate runs after every source code change for that module - lrelease depends on .ts files created by lupdate - SDK_REGEN_TRANSLATIONS got removed - file dependencies are expressed right, so parallel build works
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-xCMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1eee42a6..e3d12828 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -30,7 +30,6 @@ cmake_minimum_required(VERSION 2.8.11)
set_property(GLOBAL PROPERTY opentrack-all-modules "")
set_property(GLOBAL PROPERTY opentrack-all-source-dirs "")
-set_property(GLOBAL PROPERTY opentrack-force-i18n-regen FALSE)
set(opentrack-all-translations nl_NL ru_RU stub)
include(opentrack-policy)