On 05.09.2012 14:56, Joerg Bornemann wrote:
> On 05/09/2012 14:16, ext Peter Kümmel wrote:
>
>>> cd .\creator-build
>>> qmake -r ..\creator
>>> jom (or maybe jom release)
>>
>> Same here, but with a fresh qt/4.8 build
>
> Is your Qt Creator source tree clean?
> Try a git clean -dxf there.
> Qmake gets confused if you've build artifacts in there.

Yes, all is clean.

$ git status
# On master
nothing to commit (working directory clean)


But I found a way:

$ rm .gitignore
$ git clean -df

Seems .gitignore allows files which break the build,
git clean removed some .pluginspec files.

Peter

_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qt-creator

Reply via email to