Hi to all,


I am developing an application using Qt and my database is MySQL on windows. I gone through SQL Database Driver in Qt Assistance provided by Trolltech. Here i found that i need to create plugin for MySQL.

I followed the instructions provided in the Qt Assistance as follows:


cd %QTDIR%\src\plugins\sqldrivers\mysql
qmake -o Makefile "INCLUDEPATH+=C:\MySQL\include" "LIBS+=C:\MySQL\lib\opt\libmysql.lib" mysql.pro
nmake

I am getting the following error:

C:\Qt\4.3.4\src\plugins\sqldrivers\mysql>nmake
'nmake' is not recognized as an internal or external command,
operable program or batch file.


Can any one resolve my problem

Waiting for your reply.

Regards,

Narasimha Raju. Naidu