Skip to content

Commit 9a347c4

Browse files
Update README.md
1 parent e039079 commit 9a347c4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ Since the Qt Company currently doesn't give a crap on providing qsqlmysql.dll in
1111

1212
Deployment
1313

14-
1) put qsqlmysql.dll (Release) / qsqlmysqld.dll (Debug) in application subdirectory "sqldrivers"
14+
1) put qsqlmysql.dll (if release build) / qsqlmysqld.dll (if debug build) in application subdirectory "sqldrivers"
1515
2) put libmysql.dll (the MySQL library itself) in your application dir
1616

17-
17+
18+
19+
If you want to use this repository for compiling it yourself:
1820
Building hints
1921
- Unlike the original .pro file this project can be built in Qt Creator, the source code is however unchanged
2022
- See branches by Qt version for source code

0 commit comments

Comments
 (0)