PDA

View Full Version : Remove objects and other unnecesary files after build.



Joelito
13th May 2015, 05:54
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:


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.

wysota
13th May 2015, 07:03
Just run make clean.

anda_skoa
13th May 2015, 07:40
Also, if you would do an out-of-source build, you have always clean separation of build and source files.

Cheers,
_

Joelito
13th May 2015, 23:24
Thanks...googling about "out-of-source" help. :)