PDA

View Full Version : Help| Qt wont create an exe files even tho i compiled and build



itzikd1
12th February 2011, 15:58
well i made 2 project in QT and i got the EXE file in realase folder and they work fine
but on my 3rd project i wont get the exe file there... only in debug folder and i did run the project threw QT and it works but threw windows it wont run. (2 other projects got an exe file in release and it works in windows mode)

Lykurg
12th February 2011, 17:43
You use Qt and not QT, but anyway: If your project gets compiled in debug mode and you want it to be compiled in release mode, why do you don't do it? Have a look at your pro file. Or if you use Qt Creator, have a look at the project tab.