PDA

View Full Version : Compilation OK, but the .exe files?



brasio
21st August 2008, 10:13
Hi all, I have installed qt 4.4.1 open source for windows xp sp3, with visual studio 2005 professional, making:

configure -static -release -platform win32-msvc2005


and then nmake.

Compilation is OK, but I can't find the exe files of the projects. For instance, in tools\designer

there is neither release folder nor debug folder, and obviously no exe files to be executed (so I cannot launch qt designer).

Did I miss anything?
Thanks for your help

brasio
21st August 2008, 10:57
I'm really sorry, I thought designer.exe file should be in qt\tools\designer folder
while
it is in qt\bin folder.