summaryrefslogtreecommitdiffstats
path: root/src/sql
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2016-09-05 18:05:43 +0200
committerMark Brand <mabrand@mabrand.nl>2016-09-22 21:06:31 +0000
commitced4d167a25b63afd293a59aed389ca6efce7951 (patch)
tree73753fddd058cf1f278dabd9a552b5b6529179a6 /src/sql
parent690587e922f83b04163c4ade574371905d683d9b (diff)
fix -system-sqlite configure option
Although configuration seemed to work and the configure summary indicated that the system sqlite library was being used, qtsql was actually still built from bundled sqlite sources. The problem was that system-sqlite was not reaching the context of sqlite.pro. Change-Id: I24676a19f0fc895111844cd0fe6c7e80f33574de Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/sql')
-rw-r--r--src/sql/configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sql/configure.json b/src/sql/configure.json
index d1dc198656..5476d419ed 100644
--- a/src/sql/configure.json
+++ b/src/sql/configure.json
@@ -170,7 +170,7 @@
"label": " Using system provided SQLite",
"autoDetect": false,
"condition": "features.sql-sqlite && libs.sqlite3",
- "output": [ "publicQtConfig" ]
+ "output": [ "privateFeature" ]
},
"sql-tds": {
"label": "TDS (Sybase)",