[Qt-creator] clangrefactoring tool does not build with Xcode 8.2 and Qt5.6

Eike Ziller Eike.Ziller at qt.io
Wed Feb 8 12:30:18 CET 2017


> On Feb 7, 2017, at 4:32 PM, Andreas Pakulat <apaku at gmx.de> wrote:
> 
> Hi,
> 
> On Tue, Feb 7, 2017 at 3:28 PM, Eike Ziller <Eike.Ziller at qt.io> wrote:
>> Looks like std::future is not available with 10.7 compatibility.
>> I don’t have Qt 5.6 here, can probably try tomorrow.
>> You can try passing the flags explicitly to qmake:
>> 
>> QMAKE_CXXFLAGS*=-mmacosx-version-min=10.8 QMAKE_LFLAGS*=-mmacosx-version-min=10.8 qmake
> 
> Thanks, I had tried to patch the .pro file for clangrefactoringbackend
> but that hadn't been picked up. Luckily there's just this single file
> using std::future so invoking that one compile command manually wasn't
> a big deal.
> 
> My mail was really more of a 'am I the only one seeing this or am I
> doing something wrong' - after seeing that the code has been produced
> several weeks ago already.

https://codereview.qt-project.org/184967

-- 
Eike Ziller
Principal Software Engineer

The Qt Company GmbH
Rudower Chaussee 13
D-12489 Berlin
eike.ziller at qt.io
http://qt.io
Geschäftsführer: Mika Pälsi, Juha Varelius, Tuula Haataja
Sitz der Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 144331 B






More information about the Qt-creator mailing list