Skip to content

Commit 6fd6664

Browse files
Update README.md
1 parent 3886b13 commit 6fd6664

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ Typical symptom when trying to connect to MySQL / MariaDB using Qt but without t
1010
Since the Qt Company currently doesn't give a crap on providing qsqlmysql.dll / libqsqlmysql.so in binary form, you have to build it on your own, which can be a pain. Here is a build for various Qt versions. Get precompiled qsqlmysql.dll for Windows / libqsqlmysql.so for Linux from <a href="https://github.com/thecodemonkey86/qt_mysql_driver/releases">releases</a>
1111

1212
<b>
13-
Latest Qt version: Download for Qt 6.3.0 <a href="https://github.com/thecodemonkey86/qt_mysql_driver/releases/tag/qmysql_6.3.0">here</a>
13+
Latest Qt version: Download for Qt 6.3.1 <a href="https://github.com/thecodemonkey86/qt_mysql_driver/releases/tag/qmysql_6.3.1">here</a>
1414
</b>
1515
<br>
1616

1717

1818
Deployment
1919

20-
1) put qsqlmysql.dll (if release build) / qsqlmysqld.dll (if debug build, but note that when using MinGW 8.1.0 the debug build is named qsqlmysql.dll as well) in application subdirectory "sqldrivers"
20+
1) put qsqlmysql.dll (if release build) / qsqlmysqld.dll (if debug build, but note that when using MinGW 8.1.0 or later the debug build is named qsqlmysql.dll as well) in application subdirectory "sqldrivers"
2121
2) put libmysql.dll (the MySQL library itself) and the OpenSSL v1.1 libraries, libcrypto-1_1 and libssl-1_1, in your application dir
2222

2323

0 commit comments

Comments
 (0)