summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
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"
]
}, {