I buid my qt static in release mode as described in the wiki and I got a executable that
works fine in other machines without Qt. The size of the file is around 7Mb, I think its to big for my small aplication. I am using mingw in Qt Creator and windows Vista.

Now I'm trying to compile with visual express 2008, to see if the size of the file decreases.

How do I compile with visual exprees 2008 ????

It will be enought to put the QMAKESPEC set to win32_msvc2008 ?????

I tried QMAKESPEC=c:\qt\4.4.3.\bin\mkspecs\win32-msvc2008 and got an error

help