mirror of
https://github.com/andre-wojtowicz/qt-sql-example.git
synced 2024-11-03 14:05:26 +01:00
Minors along with readme update
This commit is contained in:
parent
70cba442ea
commit
e51d46ae4c
@ -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`__*__.
|
||||
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user