[Qt-creator] Is MSVC on Windows supported?

Peter Kümmel syntheticpp at gmx.net
Wed Sep 5 15:14:10 CEST 2012


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




More information about the Qt-creator mailing list