summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.json b/configure.json
index 830a19f13e..46f94573cf 100644
--- a/configure.json
+++ b/configure.json
@@ -162,7 +162,6 @@
"separate-debug-info": { "type": "boolean", "name": "separate_debug_info" },
"shared": "boolean",
"silent": "void",
- "skip": "addString",
"slog2": "boolean",
"sm": { "type": "boolean", "name": "sessionmanager" },
"sql-db2": "boolean",
@@ -857,9 +856,6 @@
"type": "compile",
"test": "unix/reduce_relocs"
},
- "skip_modules": {
- "type": "skipModules"
- },
"build_parts": {
"type": "buildParts"
},
@@ -2096,9 +2092,6 @@
"condition": "libs.host_dbus",
"output": [ { "type": "varAppend", "name": "QT_HOST_CFLAGS_DBUS", "value": "libs.host_dbus.cflags", "eval": "true" } ]
},
- "skip_modules": {
- "output": [ { "type": "varAssign", "name": "QT_SKIP_MODULES", "value": "tests.skip_modules.value" } ]
- },
"build_parts": {
"output": [ { "type": "varAppend", "name": "QT_BUILD_PARTS", "value": "tests.build_parts.value" } ]
},