We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e039079 commit 9a347c4Copy full SHA for 9a347c4
README.md
@@ -11,10 +11,12 @@ Since the Qt Company currently doesn't give a crap on providing qsqlmysql.dll in
11
12
Deployment
13
14
-1) put qsqlmysql.dll (Release) / qsqlmysqld.dll (Debug) in application subdirectory "sqldrivers"
+1) put qsqlmysql.dll (if release build) / qsqlmysqld.dll (if debug build) in application subdirectory "sqldrivers"
15
2) put libmysql.dll (the MySQL library itself) in your application dir
16
17
-
+
18
19
+If you want to use this repository for compiling it yourself:
20
Building hints
21
- Unlike the original .pro file this project can be built in Qt Creator, the source code is however unchanged
22
- See branches by Qt version for source code
0 commit comments