[Qt-interest] Qt 4.5.1 Windows GROWS 4Gb+
Srdjan Todorovic
todorovic.s at googlemail.com
Sun May 24 19:12:28 CEST 2009
Hi,
2009/5/24 Bob Hood <bhood2 at comcast.net>:
> My experience shows that it is best if src/ is not removed. I think I tried
> that early on, and found that there were required header files scattered
> throughout that folder (src/). IIRC, there are headers in the include/
> folder that simply reference headers in src/, so you'll probably want to
> keep that folder around to be successful.
Why not just delete all object files and all .cpp files? Keep all the
headers intact.
The source won't take so much space, but I imagine the object files
are the cause of the problem, in that they are very large.
So really you could just delete just the object files if you wanted,
and any other intermediate compilation files that MSVC creates.
Srdjan
More information about the Qt-interest-old
mailing list