qtbase/src/plugins/sqldrivers
Mark Brand ced4d167a2 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>
2016-09-22 21:06:31 +00:00
..
db2 Use QString::fromLatin1() less to avoid string allocations 2016-09-15 15:55:57 +00:00
ibase employ QMAKE_USE: LIBS += -lfoo 2016-08-19 04:26:43 +00:00
mysql Merge remote-tracking branch 'origin/5.7' into 5.8 2016-09-21 11:57:52 +02:00
oci employ QMAKE_USE: LIBS += -lfoo 2016-08-19 04:26:43 +00:00
odbc employ QMAKE_USE: LIBS += $$QMAKE_LIBS_FOO 2016-08-19 04:26:36 +00:00
psql Replace QLatin1Literal with QLatin1String 2016-09-03 18:55:56 +00:00
sqlite fix -system-sqlite configure option 2016-09-22 21:06:31 +00:00
sqlite2 employ QMAKE_USE: LIBS += -lfoo 2016-08-19 04:26:43 +00:00
tds employ QMAKE_USE: LIBS += $$QMAKE_LIBS_FOO 2016-08-19 04:26:36 +00:00
README
qsqldriverbase.pri Move the dbmstype to QSqlDriverPrivate so it can be used for all drivers 2013-04-02 19:02:26 +02:00
sqldrivers.pro Modularize configure.json/.pri 2016-09-15 08:23:53 +00:00

README

Please note that the DB2, Oracle and TDS client drivers are not distributed
with the Qt Open Source Editions.

This is because the client libraries are distributed under a license which
is not compatible with the GPL license.