summaryrefslogtreecommitdiffstats
path: root/src/buildtools
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2020-01-07 13:54:48 +0100
committerMichal Klocek <michal.klocek@qt.io>2020-01-17 18:06:18 +0100
commit668fa5424d4fa5d401740a3c204fdc81c884b19c (patch)
tree132eaf7c470d53dc5d712c4f727a041584eeb0dc /src/buildtools
parent730e0d2ce8eade2c8c589d666162ca9b4a38e327 (diff)
FIXUP: fix broken rebase of configure.json
Remove duplicated features. Change-Id: I0dafd6ae0a5d545d2fed12044499d891c84f80bd Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'src/buildtools')
-rw-r--r--src/buildtools/configure.json23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/buildtools/configure.json b/src/buildtools/configure.json
index 2ee020a2b..0f8ce2deb 100644
--- a/src/buildtools/configure.json
+++ b/src/buildtools/configure.json
@@ -406,29 +406,6 @@
"autoDetect": "features.private_tests",
"output": [ "privateFeature" ]
},
- "build-qtpdf": {
- "label": "Support Qt PDF rendering module",
- "purpose": "Enables building the Qt PDF rendering module.",
- "condition": "module.gui
- && features.webengine-python2
- && features.webengine-gperf
- && features.webengine-bison
- && features.webengine-flex
- && features.webengine-submodule
- && features.webengine-nowhitespace
- && features.webengine-arch-support
- && !features.webengine-no-platform-support
- && !config.static
- && (!config.linux || features.pkg-config)
- && (!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",