PDA

View Full Version : Create a Static exe file of my qt project



derkas
10th January 2013, 20:13
Hello,
i have a project created in Qt and i want to create a exe file.
When i build a exe file of my project and i start the exe outside Qt, then i get a error for dll missing.
How can I compile my project the best and how can I make my exe file without those dll files.
I'm using visual basic C + + 2010 as compiler

amleto
10th January 2013, 21:10
visual basic? yes, of course you are, dear.

If you want a static app then you need to have static libs of Qt - that means you need to rebuilt Qt statically. there are lots of guides around for how to do that. Make sure you don't trip up over LGPL.