[Development] This sequence for rebuilding a new qtbase on OSX doesn't work...

Smith Martin Martin.Smith at digia.com
Mon Jan 6 16:17:21 CET 2014


cd qt5
git checkout release
git submodule update
git submodule foreach 'git clean -dxf' // this doesn't work properly
git submodule foreach 'git reset --hard'
git submodule foreach 'git checkout release ||:'
git submodule foreach 'git pull --rebase ||:'
./configure -developer-build -confirm-license -opensource -no-xcb -nomake examples -nomake tests
make module-qtbase-qmake_all
make module-qtbase

I get compilation errors. i.e. it can't find several .h files in angle brackets e.g. <QList.h>

To fix it, I have to do this:
cd qtbase
git clean -dxf
make

Is there something wrong with git submodule foreach 'git clean -dxf'  ?

martin

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20140106/e284ab5b/attachment.html>


More information about the Development mailing list