summaryrefslogtreecommitdiffstats
path: root/src/buildtools/configure.json
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2020-01-13 13:34:09 +0100
committerMichal Klocek <michal.klocek@qt.io>2020-01-17 18:06:32 +0100
commit8695c9b909f55534262647921b59c747dc39a4e0 (patch)
tree8cf1fcb21faa5d8bbeafda7cb377d4d1323659ff /src/buildtools/configure.json
parent07f2353ee1688eaf55d7d82c71ec42c80fcf4ee2 (diff)
Add fat lib build support on ios
Fat builds disable NEON for arm, therefore when doing release setting CONFIG-=simulator is preferable. Task-number: QTBUG-77931 Change-Id: I59c99f2a38dbc83d15940a691c17277175b5b935 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'src/buildtools/configure.json')
-rw-r--r--src/buildtools/configure.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/buildtools/configure.json b/src/buildtools/configure.json
index 18a1f9764..cdec15de9 100644
--- a/src/buildtools/configure.json
+++ b/src/buildtools/configure.json
@@ -721,6 +721,11 @@
"type": "warning",
"condition": "!features.webengine-qtpdf-support && features.build-qtpdf",
"message": "QtPdf will not be built."
+ },
+ {
+ "type": "warning",
+ "condition": "config.ios && config.simulator && config.device && features.build-qtpdf",
+ "message": "Building fat libray with device and simulator architectures will disable NEON."
}
],
"summary": [