Hi.

How does QtCreator decide on the QMAKESPEC? I cannot change the commandline for qmake which set the spec. There is now bad environment variable set as far as I can see.

My Problem:

Normally, I use QtCreator + MinGW. Yesterday, I installed Visual Studio 9 and recompiled Qt for msvc. Qt works fine in msvc. Now QtCreator thinks, that my projects are all msvc - but they aren't.

I need to change the call "qmake -spec win32-msvc" back to "qmake -spec win32-g++". I do not want to compile my project over the cmd environment - which still works fine with MinGW.

Bye