From ced4d167a25b63afd293a59aed389ca6efce7951 Mon Sep 17 00:00:00 2001 From: Mark Brand Date: Mon, 5 Sep 2016 18:05:43 +0200 Subject: 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 --- src/sql/configure.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sql/configure.json') 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)", -- cgit v1.2.3