Hello everybody,




I tried to follow this guide: http://www.qtcentre.org/wiki/index.p...ws_using_MinGW

and the first problem comes when the path folder seems different from the usual, coz mine is

C:\QtSDK\QtCreator with bin, libe and share folders inside.

and in that guide and googling usually I found

%QTDIR%/src/plugins/sqldrivers/mysql.

I found in this path on my computer the sqldrivers folder

C:\QtSDK\QtCreator\bin\sqldrivers

and I dont know how to build the Qmysql driver running this command

cd %QTDIR%\src\plugins\sqldrivers\mysql
qmake "INCLUDEPATH+=C:\MySQL\include" "LIBS+=C:\MYSQL\MySQL Server <version>\lib\opt\libmysql.lib" mysql.pro
nmake

I have located my libmysql.lib here

C:\xampp\mysql\lib\libmysql.lib



Some help please, thx in advance