Skip to content

In C++ Qt framework SQlite and ODBC driver is installed by default. but there is no MySql driver. I build this driver compile the source code of Qt. If you want to use mysql in Qt download this repo. Copy this 4 files ( libqsqlmysql4.a, libqsqlmysqld4.a, qsqlmysql4.dll, qsqlmysqld4.dll ) in this location - C:\QtSDK\Desktop\Qt\4.7.4\mingw\plugins…

Notifications You must be signed in to change notification settings

Mashpy/Qt-MySQL-Driver-For-Windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qt-MySQL-Driver-For-Windows

In C++ Qt framework SQlite and ODBC driver is installed by default. but there is no MySql driver. I build this driver compile the source code of Qt. If you want to use mysql in Qt download this repo. Copy this 4 files ( libqsqlmysql4.a, libqsqlmysqld4.a, qsqlmysql4.dll, qsqlmysqld4.dll ) in this location - C:\QtSDK\Desktop\Qt\4.7.4\mingw\plugins\sqldrivers and copy libmysql.dll file in this location C:\windows. Now you can use MySql in Qt.

About

In C++ Qt framework SQlite and ODBC driver is installed by default. but there is no MySql driver. I build this driver compile the source code of Qt. If you want to use mysql in Qt download this repo. Copy this 4 files ( libqsqlmysql4.a, libqsqlmysqld4.a, qsqlmysql4.dll, qsqlmysqld4.dll ) in this location - C:\QtSDK\Desktop\Qt\4.7.4\mingw\plugins…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published