summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2016-11-23 10:14:48 +0100
committerUlf Hermann <ulf.hermann@qt.io>2017-01-06 17:18:35 +0000
commitf704aba7fc73b75f7bc3a1be962b28859d83e3aa (patch)
tree2e597e7a6b95af8bacdf16ab7c7804104aacd0f7 /configure.json
parent3b609fc76fd6bf72faa52884c039bb0a074b4e72 (diff)
Add a feature for Qt Testlib
... so that we can turn it off if we don't want to build it. Change-Id: Ib27386da4754d843d4e4cbb05f9542852efefb88 Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.json b/configure.json
index 052aeac30c..c505c6ab91 100644
--- a/configure.json
+++ b/configure.json
@@ -938,6 +938,10 @@
"label": "Qt Sql",
"output": [ "privateFeature" ]
},
+ "testlib": {
+ "label": "Qt Testlib",
+ "output": [ "privateFeature" ]
+ },
"widgets": {
"label": "Qt Widgets",
"condition": "features.gui",
@@ -1133,6 +1137,7 @@ Configure with '-qreal float' to create a build that is binary-compatible with 5
"gui",
"network",
"sql",
+ "testlib",
"widgets"
]
}, {