On Fri, Oct 27, 2017 at 1:46 PM, Nuno Santos <nunosan...@imaginando.pt>
wrote:
>
> What’s the quickest way of clearing a Qt checked source for a new build?
> make clean is very slow.
>
> What’s your approach in this case?
>

I usually do:
$> git submodule foreach --recursive "git clean -dfx" && git clean -dfx

As mentioned here: https://wiki.qt.io/Building_Qt_5_from_Git#Cleaning
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to