PDA

View Full Version : Proper way to clean before re configuring



hubbobubbo
20th January 2010, 14:24
Hi

I just wonder which is the proper way to clean a qt build before running configure with some new options. Say that I have a normal build but then I want to remove phonon support with -no-phonon. So I want to rerun configure and then nmake again.

What do I need to do before reconfiguring. I tried to run nmake confclean and it seems to delete a lot of stuff but then when I rerun configure I started to get build errors.

Which are the proper steps to take when changing the configuration for my qt build?

Thanks

wysota
22nd January 2010, 11:18
make confclean and/or make distclean should do fine.