AND YES I SEARCHED FOR IT AND JUST DON´T FIND WORKING MANUALS

I am new to this board so hello guys and girls^^, i have learned C++ and now want to continue with GUI Programming in QT but i have a problem with the MySQL drivers.

My OS is Windows XP Professional SP3 and i use QT 4.6 (2010.01)

i tried
I.
cd QTDIR\..\plugins\sqldrivers\mysql
qmake -o Makefile "INCLUDEPATH+=C:\MySQL\MySQL Server 5.1\include" "LIBS+=C:\MySQL\MySQL Server 5.1\lib\opt\libmysql.lib" mysql.pro
(nmake)

this is the manual from the QT Documentation, it didn´t work. it works fine until qmake, then i typed in(into the command prompt) "nmake" and it tells me nmake is not a valid command, i also tried make but this one´s too invalid.


i too tried something from the QT Wiki, it doesnt work too. However WIKI is not available ATM.

someone can help me please?