Skip to content

Commit d950f04

Browse files
author
stoeckerb
committed
2 parents 88b4de4 + 8a2060a commit d950f04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Since the Qt Company currently doesn't give a crap on providing qsqlmysql.dll in binary form, you have to build it on your own. Here is a build for Qt 5.12.3 / 5.13.1 / 5.14.0 for MSVC 2017 64-Bit and MinGW-w64 7.3. Download from https://github.com/thecodemonkey86/qt_mysql_driver/releases
1+
Since the Qt Company currently doesn't give a crap on providing qsqlmysql.dll in binary form, you have to build it on your own. Here is a build for Qt 5.12.6 / 5.13.1 / 5.14.0 for MSVC 2017 and MinGW-w64. Download precompiled qsqlmysql.dll from https://github.com/thecodemonkey86/qt_mysql_driver/releases
22

33
Deployment
44

@@ -7,7 +7,7 @@ Deployment
77

88

99
Building hints
10-
10+
- See branches by Qt version for source code
1111
- Make sure you link against the official MySQL C Connector v6.1 (not C++): https://downloads.mysql.com/archives/c-c/?version=6.1.2&os=src
1212
- The .pro file from this repository by default expects the contents of the zip file from mysql.com to be in the same base directory as the sql driver project
13-
e.g. D:\qt\src\sqldrivers is the sql driver project dir and D:\qt\src\mysql-connector-c-6.1.2-win32 is the MySQL connector library directory, so that there are D:\qt\src\mysql-connector-c-6.1.2-win32\include and \lib subdirs
13+
e.g. D:\qt\src\sqldrivers is the sql driver project dir and D:\qt\src\mysql-connector-c-6.1.2-win32 is the MySQL connector library directory, so that there are D:\qt\src\mysql-connector-c-6.1.2-win32\include and \lib subdirs

0 commit comments

Comments
 (0)