Hello,

I'm trying to install mysql driver using next methods:

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


Everything works fine till nmake, then it displays the error `name` is not recognized as an internal or external command.

I'm using c++ express 2010 and windows 7 64bit.

I've tried running C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\vcvars32.bat but it displays same error again.
I've tried setting Environment Variables: Variable: nmake Value:C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\nmake.exe but same error again.

Make does not work also.

I've spent whole day searching on how to fix this but no luck, whatsoever.
I hope someone of you guys could help me out. Thanks in advance!