[Qt-interest] Best way to clean up Qt directory after compilation on Windows?
Sven Grunewaldt
strayer at olle-orks.org
Mon Aug 9 09:51:59 CEST 2010
Thanks for the quick answer Thiago and sorry for my veeery late response...
I rebuilt my Qt (4.7.0-beta2) today and tried "nmake clean".
It reduced the size a LOT and it only removed the tmp folders and so on.
What I noticed:
- all the *.pdb files in the lib folder were removed too - don't I need
them for debugging? I guess this is only needed when the release build
crashes and I only get a crash report from Windows.
- in /src/3rdparty/webkit/JavaScriptCore/debug|release/ is a file called
"jscore(d).lib"
Apart from that - can I safely remove the examples and demos folders?
Thanks for your help,
Sven Grunewaldt
Am 15.07.2010 16:09, schrieb Thiago Macieira:
> On Thursday 15 July 2010 13:40:23 Sven Grunewaldt wrote:
>> Do I just run nmake clean? I remember that the "*clean" targets also
>> removed files needed for compiling programs and debugging qt itself.
>
> distclean and confclean do that.
>
> clean only removes the intermediary files. The target files (the dlls, libs and
> pdbs) should be kept.
>
>
>
>
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
More information about the Qt-interest-old
mailing list