summaryrefslogtreecommitdiffstats
path: root/src/buildtools
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2019-09-06 20:26:13 +0200
committerMichal Klocek <michal.klocek@qt.io>2019-09-19 06:11:29 +0200
commit8852c18bbeef4d21683c77d745e9934aff5c5025 (patch)
treece1e19049719f5aa1a9f4c716b0aa286249d39b8 /src/buildtools
parent44a1cc1c2e38cbde5547d8fa7df168fcf5360bc7 (diff)
Rename option webengine-core to build-qtwebengine-core
This change is extracted from qtpdf branch to keep following commits unchanged. Change-Id: I255976d45213d4cfe84243cae0b4eddb8eb1747a Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/buildtools')
-rw-r--r--src/buildtools/configure.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/buildtools/configure.json b/src/buildtools/configure.json
index 8ddff6b2c..ef4965f34 100644
--- a/src/buildtools/configure.json
+++ b/src/buildtools/configure.json
@@ -7,7 +7,7 @@
],
"commandline": {
"options": {
- "webengine-core": "boolean",
+ "build-qtwebengine-core": "boolean",
"webengine-jumbo-build": { "type": "optionalString", "name": "merge_limit"}
}
},
@@ -362,7 +362,7 @@
}
},
"features": {
- "webengine-core": {
+ "build-qtwebengine-core": {
"label": "Support Qt WebEngine Core",
"purpose": "Provides WebEngine Core support.",
"condition": "module.gui
@@ -697,7 +697,7 @@
"webengine-developer-build",
{
"section": "Required system libraries",
- "condition": "config.unix && !config.macos && features.webengine-core",
+ "condition": "config.unix && !config.macos && features.build-qtwebengine-core",
"entries": [
"webengine-system-fontconfig",
"webengine-system-dbus",
@@ -708,7 +708,7 @@
},
{
"section": "Required system libraries for qpa-xcb",
- "condition": "config.unix && !config.macos && features.webengine-core",
+ "condition": "config.unix && !config.macos && features.build-qtwebengine-core",
"entries": [
"webengine-system-x11",
"webengine-system-libdrm",