summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/configure.json b/configure.json
index 29cbacc89d..2b56279b27 100644
--- a/configure.json
+++ b/configure.json
@@ -17,6 +17,7 @@
"SYBASE_LIBS": "tds.libs",
"ZLIB_LIBS": "zlib.libs"
},
+ "custom": "qmakeArgs",
"options": {
"prefix": "string",
"hostprefix": "string",
@@ -762,7 +763,7 @@
"testTypeDependencies": {
"linkerSupportsFlag": [ "use_gold_linker" ],
- "compile": [ "shared", "use_gold_linker", "compiler-flags", "gcc-sysroot" ],
+ "compile": [ "shared", "use_gold_linker", "compiler-flags", "gcc-sysroot", "qmakeargs" ],
"detectPkgConfig": [ "cross_compile" ],
"library": [ "pkg-config" ],
"getPkgConfigVariable": [ "pkg-config" ],
@@ -1229,6 +1230,10 @@
"output": [ "gccSysroot" ],
"condition": "input.sysroot != ''"
},
+ "qmakeargs": {
+ "output": [ "qmakeArgs" ],
+ "condition": "input.qmakeArgs != ''"
+ },
"use_gold_linker": {
"description": "Using gold linker",
"condition": "tests.use_gold_linker",