[Qt-interest] Qt 4.5.1 Windows GROWS 4Gb+

Andreas Pakulat apaku at gmx.de
Mon May 25 00:34:10 CEST 2009


On 24.05.09 09:02:02, Miguel Cardenas wrote:
> Hi
> 
> Well, finally decided to make a single windows partition with the whole disk
> to compile Qt 4.5.1. I did
> 
> configure.exe -release -qt-gif -phonon -phonon-backend
> 
> (the same as in Linux) and the result was a 7.5Gb directory tree. Backed it
> up and deleted 'demos', 'examples' and 'doc', but the tree is still over
> 4Gb.
> 
> Why 4.5.1 is too large? 4.4.3 is ~1Gb only with the exact same configure
> options, computer and compiler. Will the applications be so large too?

Because apparently QtSoftware changed the default compiler options
between those releases. In particular they enabled a MSVC option which
produces improvements during runtime of the library, but needs lots and
lots of space during compilation for the object files. So if you want to
decrease the disk-usage then just remove all the .obj files from your
buildtree.

> I think (just my personal opinion) that future releases should be more
> optimized, my linux installation (without applications) is 2Gb, My WinXP is
> 5Gb with all applications already installed, even Windows Vista does not
> install 7Gb+, it is excessive for just a library.

This is not something that can be fixed in Qt (except by giving up the
improvements, which apparently isn't worth it for QtSoftware). And IMHO
constraining partitions this way is kind of a weak argument with todays
prices on hdd's.

Andreas

-- 
You will have domestic happiness and faithful friends.



More information about the Qt-interest-old mailing list