summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json9
1 files changed, 2 insertions, 7 deletions
diff --git a/configure.json b/configure.json
index a079572c0a..bf0416417b 100644
--- a/configure.json
+++ b/configure.json
@@ -858,14 +858,10 @@
"test": "unix/reduce_relocs"
},
"skip_modules": {
- "description": "modules to skip",
- "type": "skipModules",
- "log": "value"
+ "type": "skipModules"
},
"build_parts": {
- "description": "parts of Qt to build",
- "type": "buildParts",
- "log": "value"
+ "type": "buildParts"
},
"dlopen": {
"description": "dlopen() in libc",
@@ -2104,7 +2100,6 @@
"output": [ { "type": "varAssign", "name": "QT_SKIP_MODULES", "value": "tests.skip_modules.value" } ]
},
"build_parts": {
- "description": "Qt build parts",
"output": [ { "type": "varAppend", "name": "QT_BUILD_PARTS", "value": "tests.build_parts.value" } ]
},
"qreal": {