Remove objects and other unnecesary files after build.
Hi...
I'm running Windows XP SP3 as guest OS in my VirtualBox and I just build QT 4.8.6 from source, using this build options:
Code:
configure.exe -fast -opensource -confirm-license -release -phonon -no-qt3support -inotify -no-dsp -no-vcproj -no-webkit
Now, I'd like to remove intermediate files and unnecesary files to keep my source directory as lite as possible...Normally one keep ${QTDIR}\{bin,include,lib,doc} directories...what other files/directories should I keep?
Thanks.
Re: Remove objects and other unnecesary files after build.
Re: Remove objects and other unnecesary files after build.
Also, if you would do an out-of-source build, you have always clean separation of build and source files.
Cheers,
_
Re: Remove objects and other unnecesary files after build.
Thanks...googling about "out-of-source" help. :)