summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2017-07-04 14:01:07 +0200
committerMichal Klocek <michal.klocek@qt.io>2017-07-14 15:29:08 +0000
commit6c6173b3b1436e54b22b226e7973d4936db2bfe8 (patch)
tree5249c325fde9a343b7b5258077cabeb98b428736 /configure.json
parent220015dc7bbab22ecb2afdbf1ce524ffe0aadb2c (diff)
Add python check for module build
Python version check skipped the build only for qt5 root builds, however for module build it only printed the warning and the build continued. Skip the build if python version is incorrect. Change-Id: I72d5f638eb79de93faaaa07b39272bdcb8615c3f Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Viktor Engelmann <viktor.engelmann@qt.io> Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.json b/configure.json
index 69d261a00..c4d00ffcc 100644
--- a/configure.json
+++ b/configure.json
@@ -98,6 +98,7 @@
"label": "Python 2",
"condition": "tests.python2",
"output": [
+ "privateFeature",
{ "type": "varAssign", "name": "QMAKE_PYTHON2", "value": "tests.python2.location" }
]
},