Thank you for your help, but it doesn't work yet.
I get this warnings/errors when I use use qmake to generate a VS project (pass -tp vc option to qmake) with QMAKESPEC set to win32-g++:
WARNING: Unable to generate output for: C:/SVN/[...]/Makefile.Debug [TE
MPLATE vcapp]
WARNING: Unable to generate output for: C:/SVN/[...]/Makefile.Release [
TEMPLATE vcapp]
and it doesn't make the .vcproj file
N.B. It works well if I let QMAKESPEC set to win32-msvc2005 but it's not what I am looking for.
Bookmarks