summaryrefslogtreecommitdiffstats
path: root/src/core/config
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2018-01-15 10:17:16 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2018-01-19 07:43:34 +0000
commit8ea94b1f6f3fe957c7d169c25c6b6af6004d2bf3 (patch)
treecc96ae51010c38b0f036683be8c4ece0eba4ebca /src/core/config
parent903769cf01d0bcb948f490fef462a4d4a5bcc35e (diff)
Turn off jumbo build on Windows
...because the generated source files contain include directives with relative paths that are too long for the toolchain. Task-number: QTBUG-65677 Change-Id: I664309c16f7ac5cdd267f9463d061be90dc664a0 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'src/core/config')
-rw-r--r--src/core/config/common.pri4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/config/common.pri b/src/core/config/common.pri
index b8dd4a9fa..0ba331add 100644
--- a/src/core/config/common.pri
+++ b/src/core/config/common.pri
@@ -13,7 +13,9 @@ gn_args += \
v8_use_external_startup_data=false \
treat_warnings_as_errors=false \
enable_swiftshader=false \
- use_custom_libcxx=false \
+ use_custom_libcxx=false
+
+!win32: gn_args += \
use_jumbo_build=true \
jumbo_file_merge_limit=50