summaryrefslogtreecommitdiffstats
path: root/src/buildtools
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2019-08-23 16:02:49 +0200
committerMichal Klocek <michal.klocek@qt.io>2019-11-25 13:00:56 +0100
commit440116bb57a40021540e96be237da64b85b51991 (patch)
treedef033bad4adc545de6886b5d0fa21c726582bee /src/buildtools
parent25fb3b04706752932e33b9d96fab74fa8469400d (diff)
Add platform and architecture checks to configure for qtpdf
For now follow webengniecore requirements. Change-Id: I7260b593e6489f51970b1a4c9dc6cd92067a085c Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'src/buildtools')
-rw-r--r--src/buildtools/configure.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/buildtools/configure.json b/src/buildtools/configure.json
index 564da1137..2ee020a2b 100644
--- a/src/buildtools/configure.json
+++ b/src/buildtools/configure.json
@@ -413,7 +413,14 @@
&& features.webengine-python2
&& features.webengine-gperf
&& features.webengine-bison
- && features.webengine-flex",
+ && features.webengine-flex
+ && features.webengine-submodule
+ && features.webengine-nowhitespace
+ && features.webengine-arch-support
+ && !features.webengine-no-platform-support
+ && !config.static
+ && (!config.linux || features.pkg-config)
+ && (!config.win32 || features.webengine-winversion)",
"output": [ "privateFeature" ]
},
"webengine-developer-build": {