summaryrefslogtreecommitdiffstats
path: root/src/core
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/core
parent349ae21b3758bff6c8cf3a9a143efd4eed9e12d0 (diff)
Move developer build option to tools
Change-Id: Iffac4541f5675b0f048080f012b7b81b18885308 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/core')
-rw-r--r--src/core/configure.json7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/core/configure.json b/src/core/configure.json
index cf01b9914..41b4b2fbd 100644
--- a/src/core/configure.json
+++ b/src/core/configure.json
@@ -113,12 +113,6 @@
"autoDetect": "tests.webengine-embedded-build",
"output": [ "privateFeature" ]
},
- "webengine-developer-build": {
- "label": "Developer build",
- "purpose": "Enables the developer build configuration.",
- "autoDetect": "features.private_tests",
- "output": [ "privateFeature" ]
- },
"webengine-alsa": {
"label": "Use ALSA",
"condition": "config.unix && libs.webengine-alsa",
@@ -285,7 +279,6 @@
"condition": "features.webengine-core",
"entries": [
"webengine-embedded-build",
- "webengine-developer-build",
"webengine-full-debug-info",
"webengine-pepper-plugins",
"webengine-printing-and-pdf",