summaryrefslogtreecommitdiffstats
path: root/src/gui/configure.json
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@qt.io>2017-02-16 13:55:45 +0100
committerStephan Binner <stephan.binner@basyskom.com>2017-03-01 09:01:25 +0000
commit369876ee0639fdb6a4d3d8ed1c98810e7347a78b (patch)
treef7062f4e2c4a1708033f0beafe0e243ed4b3f6bd /src/gui/configure.json
parent432fd5a5afe6f165cc11b7e039dadbec9ed80eb5 (diff)
Build fix for -no-feature-regularexpression
Change-Id: I34f23c0cdc269d8a3acf1e09553ba2604e142736 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/gui/configure.json')
-rw-r--r--src/gui/configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/configure.json b/src/gui/configure.json
index a3e97e09ca..41c665962e 100644
--- a/src/gui/configure.json
+++ b/src/gui/configure.json
@@ -534,7 +534,7 @@
"linuxfb": {
"label": "LinuxFB",
"section": "Platform plugins",
- "condition": "tests.linuxfb",
+ "condition": "tests.linuxfb && features.regularexpression",
"output": [ "privateFeature" ]
},
"vnc": {