Try
qmake -makefile -spec win32-msvc [name].pro
or
qmake -makefile -spec win32-msvc.net [name].pro
If it works then your QMAKESPEC env var is not set correctly.
Could you post the Makefile that does not build?
Try
qmake -makefile -spec win32-msvc [name].pro
or
qmake -makefile -spec win32-msvc.net [name].pro
If it works then your QMAKESPEC env var is not set correctly.
Could you post the Makefile that does not build?
Bookmarks