From e9ba9609f1c3797baf8a54ba7213b56dcbe7e1ec Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Thu, 23 Jun 2016 12:37:05 +0200 Subject: Determine the set of modules to skip in qmake Change-Id: I421f50e5944962eae41700180ee49a916a2a023d Reviewed-by: Oswald Buddenhagen --- configure.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'configure.json') diff --git a/configure.json b/configure.json index a996e539d8..c2f1fd1623 100644 --- a/configure.json +++ b/configure.json @@ -273,6 +273,11 @@ "test": "unix/bsymbolic_functions.test", "args": "$$QMAKE_CXX yes" }, + "skip_modules": { + "description": "modules to skip", + "type": "skipModules", + "log": "value" + }, "dlopen": { "description": "dlopen() in libc", "type": "compile", @@ -1775,7 +1780,7 @@ "output": [ { "type": "varAppend", "name": "QT_HOST_CFLAGS_DBUS", "value": "tests.host-dbus.cflags" } ] }, "skip_modules": { - "output": [ { "type": "varAssign", "name": "QT_SKIP_MODULES", "value": "input.skip_modules" } ] + "output": [ { "type": "varAssign", "name": "QT_SKIP_MODULES", "value": "tests.skip_modules.value" } ] }, "qt_build_parts": { "description": "Qt build parts", -- cgit v1.2.3