PDA

View Full Version : creating exe



Shien
2nd January 2011, 22:52
How to create *.exe file which will work without any additional class?

I usually only run it, so I don't know how to make this version

ChrisW67
3rd January 2011, 00:40
To ship a single executable without any Qt runtime libraries you need to build Qt for static linking and then statically link your application. This has licensing implications also. It is generally far easier to ship Qt DLLs with your executable.

Read "Deploying Qt Applications" and "Deploying an Application on Windows" in Assistant.

Phalanx
4th January 2011, 20:19
thanks, looking for nice example long time. Next I use Qt Assistant first :rolleyes: