[Qt-interest] How to make exes work without dependencies
Konrad Rosenbaum
konrad at silmor.de
Sat Aug 15 14:04:59 CEST 2009
On Saturday 15 August 2009, rajasekharan wrote:
> That's the problem, even if the application is very small ~10mb, one has
> to distribute a 104mb dll file for some modules (i think the Qt4GUId
> itself is that big, not sure which one.
Qt4guid.dll is from the debug version of Qt - it is that large because it
contains every tiny little symbol to make the debugger happy. This is not
exactly what your users need: add CONFIG+=release to your project file and
deliver only the release version.
Konrad
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090815/26dda1d7/attachment.bin
More information about the Qt-interest-old
mailing list