summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2016-06-22 09:52:41 +0200
committerLars Knoll <lars.knoll@qt.io>2016-07-02 06:18:55 +0000
commit98526119c6940e9923655242c181283081efb694 (patch)
tree0ce16bd9d0c8243194de6ef9a5b8ed53d65700d3 /configure.json
parente9ba9609f1c3797baf8a54ba7213b56dcbe7e1ec (diff)
Handle the -[no]make command line arguments in qmake
Change-Id: I979f648b4301152e4a13ffe90aa05d9ded8556c8 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json9
1 files changed, 7 insertions, 2 deletions
diff --git a/configure.json b/configure.json
index c2f1fd1623..1cb30c989e 100644
--- a/configure.json
+++ b/configure.json
@@ -278,6 +278,11 @@
"type": "skipModules",
"log": "value"
},
+ "build_parts": {
+ "description": "parts of Qt to build",
+ "type": "buildParts",
+ "log": "value"
+ },
"dlopen": {
"description": "dlopen() in libc",
"type": "compile",
@@ -1782,9 +1787,9 @@
"skip_modules": {
"output": [ { "type": "varAssign", "name": "QT_SKIP_MODULES", "value": "tests.skip_modules.value" } ]
},
- "qt_build_parts": {
+ "build_parts": {
"description": "Qt build parts",
- "output": [ { "type": "varAppend", "name": "QT_BUILD_PARTS", "value": "input.qt_build_parts" } ]
+ "output": [ { "type": "varAppend", "name": "QT_BUILD_PARTS", "value": "tests.build_parts.value" } ]
},
"qreal": {
"description": "Type for qreal",