[Qt-interest] How to make .exe file for Windows

Andre Somers andre at familiesomers.nl
Thu Oct 29 08:49:43 CET 2009


varun singh wrote:
> Hi,
> I've made a small project on Qt. I've to submit its .exe (executable) file on Windows. I want to compile my code into a binary file. I'm using Qt Creator 1.1.1 over Qt 4.5.1 on Windows xp. I searched the internet and other documentations, but there is a lot of confusion. So, if anyone can provide a guidline on how to do it, I'll be very thankful to one.
>
>   
Easiest is to just install the SDK. That will install everything you 
need to build applications.
As soon as you build your project in Qt Creator (using CTRL-B for 
instance), your application will be build (if it compiles and links 
properly, of course).

André




More information about the Qt-interest-old mailing list