[Interest] Excluding Qt Modules

Konstantin Shegunov kshegunov at gmail.com
Fri Oct 27 12:49:25 CEST 2017


On Fri, Oct 27, 2017 at 1:46 PM, Nuno Santos <nunosantos at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20171027/de96172a/attachment.html>


More information about the Interest mailing list