summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2018-04-30 13:06:16 +0200
committerMichal Klocek <michal.klocek@qt.io>2018-05-01 19:54:56 +0000
commit143f7cc12e730f8bf62c8167c0223d9add4702a7 (patch)
tree3a755cf4da6b532a2ab305a82dc88e77b4598790 /configure.json
parentff0a83a6c3e64772276cb71cba0392d1e89b037f (diff)
Fix hostcompiler test for qt 'root' build
For qt root builds configure system injects qmake flags to compile config tests. To make hostcompiler test working correctly add missing "host" flag to configure.json file. Task-number: QTBUG-67983 Change-Id: Ia021ab8da8ec622f15d369357738dd8d778f2481 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@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 cd8098c56..723730fb7 100644
--- a/configure.json
+++ b/configure.json
@@ -214,6 +214,7 @@
"webengine-host-compiler": {
"label": "host compiler",
"test": "hostcompiler",
+ "host": "true",
"type": "compile"
},
"webengine-khr": {