From 98526119c6940e9923655242c181283081efb694 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Wed, 22 Jun 2016 09:52:41 +0200 Subject: Handle the -[no]make command line arguments in qmake Change-Id: I979f648b4301152e4a13ffe90aa05d9ded8556c8 Reviewed-by: Oswald Buddenhagen --- configure.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'configure.json') 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", -- cgit v1.2.3