Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
2.50/5 (2 votes)
See more:
How to produce a single Executable exe file?? My project in Qt depends on certain dll's, but i want to include all this in a single exe file. No other file should be there. How to add them within a single exe?
Posted
Comments
Sergey Alexandrovich Kryukov 4-Aug-11 2:43am    
This is actually a re-post. You simply want to have non-installed Qt, as you asked before.
--SA
Gokulnath007 4-Aug-11 2:47am    
In that post, I have asked about copying dll's and libs. And not about static linking.

If I understood You correctly You need to pack a few files to the single one. Try to do with BoxedApp Packer!
 
Share this answer
 
You need to get copies of the Qt static libraries. However, if they do not exist then you cannot do it.
 
Share this answer
 
Hi,

To do this you need to build your Qt version statically.
This link would help you :

how-to-statically-link-qt-4/[^]
 
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