Click here to Skip to main content
15,884,598 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi, I want to know that can we convert Qt project (header, source) to an executable file on windows (.exe)? and how can we do that?
Posted
Updated 19-Dec-14 7:02am
v2
Comments
Sergey Alexandrovich Kryukov 19-Dec-14 13:30pm    
Wrong question. A project is not "converted" into EXE file. An EXE file is obtained by compiling and linking; something you always do when you program in C++. It looks like you don't, so the question could be: "what is programming and how can I get it into it?" — not very answerable in a Quick Answer, anyway.
—SA

Qt provides an IDE (Qt Creator) which is also available for Windows. The Windows version includes MinGW, a Windows port of the GNU compiler tool collection. There is also a Visual Studio add-in available.

For download see the Qt download page[^].

When you have installed Qt Creator and the build tools (compiler, linker, etc.), open the project file in the creator and build your application.
 
Share this answer
 
Comments
CPallini 19-Dec-14 16:02pm    
5.
thanks, i found the exe file for the projet in \debug folder :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900