Hi Tufan,
I’m not using VS for development but anyway here are some suggestions:
I guess you are using http://doc.calitko.org/installing_msvs_qt.html as a reference?
First of all you should build the patched Qt v4.2 with VS compiler.
Make sure you have the patch matching your Qt version!
Make sure you run qconfigure.bat from the VS command prompt (there should be a menu entry). You haven’t done so and that’s the reason you get the “nmake not recognized” error.
I’d suggest you that you invoke qconfigure.bat msvc2005 -debug-and-release so that you could also use the debugger.
The above should take a while to compile qmake and it should run without errors.
Finally you should run nmake to build Qt and if that works you should be able to build Calitko from VS.
Let us know if that helped!
Regards,
Peter
