summaryrefslogtreecommitdiffstats
path: root/src/buildtools
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2019-09-06 12:18:21 +0200
committerMichal Klocek <michal.klocek@qt.io>2019-09-19 06:11:00 +0200
commit44a1cc1c2e38cbde5547d8fa7df168fcf5360bc7 (patch)
tree1366c45a2d1cf78b3eb6187f15190512084facd9 /src/buildtools
parent349ae21b3758bff6c8cf3a9a143efd4eed9e12d0 (diff)
Move developer build option to tools
Change-Id: Iffac4541f5675b0f048080f012b7b81b18885308 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/buildtools')
-rw-r--r--src/buildtools/configure.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/buildtools/configure.json b/src/buildtools/configure.json
index a9daad377..8ddff6b2c 100644
--- a/src/buildtools/configure.json
+++ b/src/buildtools/configure.json
@@ -376,6 +376,12 @@
&& (!config.win32 || features.webengine-winversion)",
"output": [ "privateFeature" ]
},
+ "webengine-developer-build": {
+ "label": "Developer build",
+ "purpose": "Enables the developer build configuration.",
+ "autoDetect": "features.private_tests",
+ "output": [ "privateFeature" ]
+ },
"webengine-python2": {
"label": "python2",
"condition": "tests.webengine-python2",
@@ -404,7 +410,7 @@
"condition": "tests.webengine-ninja",
"output": [ "privateFeature" ]
},
- "webengine-system-fontconfig": {
+ "webengine-system-fontconfig": {
"label": "fontconfig",
"condition": "libs.webengine-fontconfig",
"output": [ "privateFeature" ]
@@ -688,6 +694,7 @@
"message": "Jumbo Build Merge Limit",
"type": "jumboBuild"
},
+ "webengine-developer-build",
{
"section": "Required system libraries",
"condition": "config.unix && !config.macos && features.webengine-core",