summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-08-13 21:38:19 +0200
committerLars Knoll <lars.knoll@qt.io>2016-08-19 04:26:36 +0000
commitd5dc46d319bb1f58f8a0ba64d2ef270eecbe8e65 (patch)
treec5eff59eb5d173a28d7bf72e96a4c18898e7011d /configure.json
parent15bf5ef8b8e4299b14626690c359baa14819cd35 (diff)
employ QMAKE_USE: LIBS += $$QMAKE_LIBS_FOO
this migrates the cases where the build system already made (some) use of variables (possibly) set by configure. Change-Id: I43a08caed481d5f887a3a40821e71a4797760e7e Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.json b/configure.json
index da051d6371..d5610a6402 100644
--- a/configure.json
+++ b/configure.json
@@ -532,7 +532,6 @@
},
"xcb_syslibs": {
"description": "XCB (secondary)",
- "export": "",
"test": "qpa/xcb-syslibs",
"sources": [
{ "type": "pkgConfig",
@@ -702,7 +701,6 @@
},
"db2": {
"description": "DB2 (IBM)",
- "export": "",
"test": "unix/db2",
"sources": [
{ "libs": "-ldb2cli", "condition": "config.win32" },
@@ -711,7 +709,6 @@
},
"ibase": {
"description": "InterBase",
- "export": "",
"test": "unix/ibase",
"sources": [
{ "libs": "-lgds32_ms", "condition": "config.win32" },
@@ -748,7 +745,6 @@
},
"oci": {
"description": "OCI (Oracle)",
- "export": "",
"test": "unix/oci",
"sources": [
{ "libs": "-loci", "condition": "config.win32" },
@@ -766,7 +762,6 @@
},
"sqlite2": {
"description": "SQLite (version 2)",
- "export": "",
"test": "unix/sqlite2",
"sources": [
"-lsqlite"