1
1
mirror of https://github.com/andre-wojtowicz/qt-sql-example.git synced 2024-07-22 07:35:30 +02:00

Minors along with readme update

This commit is contained in:
Andrzej Wójtowicz 2017-09-02 23:55:18 +02:00
parent 70cba442ea
commit e51d46ae4c
3 changed files with 4 additions and 4 deletions

View File

@ -14,17 +14,17 @@ The program reads `config.ini` on startup. The file must be located in the app w
## SQL database drivers
A comprehensive discussion about SQL database drivers can be found in [Qt Documentation](https://doc.qt.io/qt-5/sql-driver.html).
A comprehensive discussion about SQL database drivers (Qt driver plugins as well as system drivers) can be found in [Qt Documentation](https://doc.qt.io/qt-5/sql-driver.html).
### Windows 10
* Both Qt driver plugins should be already bundled with Qt SDK.
* Both Qt SQL driver plugins should be already bundled with Qt SDK.
* System ODBC driver should be already bundled with Windows.
* System MySQL driver can be *installed* by placing `libmysql.dll` from [C API for MySQL (mysqlclient)](https://dev.mysql.com/downloads/connector/c/) in the app working directory.
### Ubuntu 16.04
Packages with Qt driver plugins and system SQL manager with drivers:
Packages with Qt driver plugins and system SQL drivers:
* MySQL - `libqt5sql5-mysql` `libmysqlclient20`,
* MSSQL/ODBC - `libqt5sql5-odbc` `libodbc1` `odbcinst` `unixodbc` `msodbcsql`__*__.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -48,7 +48,7 @@
</size>
</property>
<property name="title">
<string>Qt SQL database drivers</string>
<string>Qt SQL database driver plugins</string>
</property>
<widget class="QLabel" name="label_qmysql_icon">
<property name="geometry">