Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.9.0
Description
There is difference between online documentation and configure -h
http://doc.qt.io/qt-5.9/sql-driver.html#building-the-drivers-using-configure
Further this does not state clearly in new version that building database driver as part of Qt library is not there any more.
-no-sql-<driver> ... Disable SQL <driver> entirely. -qt-sql-<driver> ... Enable a SQL <driver> in the Qt Library, by default none are turned on. -plugin-sql-<driver> Enable SQL <driver> as a plugin to be linked to at run time. Possible values for <driver>: [ db2 ibase mysql oci odbc psql sqlite sqlite2 tds ]
Configure -h displays following
Database options: -sql-<driver> ........ Enable SQL <driver> plugin. Supported drivers: db2 ibase mysql oci odbc psql sqlite2 sqlite tds [all auto] -sqlite .............. Select used sqlite3 [system/qt]