On Thursday 2. July 2015 08:41:12 Thiago Macieira wrote:
> On Thursday 02 July 2015 13:47:26 Edward Sutton wrote:
> > Is there a work-around I could use in my Qt project file?
>
> Apply the fix to qcompilerdetection.h
>
> https://codereview.qt-project.org/gitweb?p=qt/qtbase.git;a=patch;h=7d5e849e
On Thursday 02 July 2015 13:47:26 Edward Sutton wrote:
> Is there a work-around I could use in my Qt project file?
Apply the fix to qcompilerdetection.h
https://codereview.qt-project.org/gitweb?p=qt/qtbase.git;a=patch;h=7d5e849e2808e9051a6d3ab19f29109b852f7bc9
--
Thiago Macieira - thiago.macieir
On Jul 2, 2015, at 2:09 AM, Bo Thorsen
mailto:b...@vikingsoft.eu>> wrote:
Den 01-07-2015 kl. 18:36 skrev Edward Sutton:
Is there a work-around I could use in my Qt project file?
Upgrade to 5.5.1. It's already fixed.
The problem was not deemed important enough to affect the 5.5.0 release.
My
On Wed, Jul 1, 2015 at 5:11 PM, Olivier Goffart wrote:
> On Wednesday 1. July 2015 16:50:09 Stephen Kelly wrote:
>> Hello,
>>
>> I just tried building Qt 5.5 with Xcode 6.3.2. It built, but emitted
>> many warnings for each translation unit about
>> -Winconsistent-missing-override.
>
> https://cod
Thanks for the reply.
I think I have to modify the Qt header file to solve this issue.
On Thu, Jul 2, 2015 at 3:09 PM, Bo Thorsen wrote:
> Den 01-07-2015 kl. 18:36 skrev Edward Sutton:
> >>> >>Is there a work-around I could use in my Qt project file?
> >>
> >> >Upgrade to 5.5.1. It's alr
Den 01-07-2015 kl. 18:36 skrev Edward Sutton:
>>> >>Is there a work-around I could use in my Qt project file?
>>
>> >Upgrade to 5.5.1. It's already fixed.
>>
>> >The problem was not deemed important enough to affect the 5.5.0 release.
>
>
> My Chicago based sales rep told me that ( somewhere buried
On Wednesday 01 July 2015 18:55:24 Oswald Buddenhagen wrote:
> > My Chicago based sales rep told me that ( somewhere buried in my license
> > fine print ) I could not release software using unreleased versions of Qt
> > Enterprise.>
> >
>
> that makes sense for feature releases, but not for bugfi
On Wed, Jul 01, 2015 at 04:36:02PM +, Edward Sutton wrote:
> >>Is there a work-around I could use in my Qt project file?
>
> >Upgrade to 5.5.1. It's already fixed.
>
> >The problem was not deemed important enough to affect the 5.5.0 release.
>
>
> My Chicago based sales rep told me that ( s
>>Is there a work-around I could use in my Qt project file?
>Upgrade to 5.5.1. It's already fixed.
>The problem was not deemed important enough to affect the 5.5.0 release.
My Chicago based sales rep told me that ( somewhere buried in my license fine
print ) I could not release software using
On Wednesday 01 July 2015 15:15:19 Edward Sutton wrote:
> Is there a work-around I could use in my Qt project file?
Upgrade to 5.5.1. It's already fixed.
The problem was not deemed important enough to affect the 5.5.0 release.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Archit
Same issue here.
I had to modify qobjectdefs.h to define Q_OBJECT_NO_OVERRIDE_WARNING to nothing.
#if defined(Q_CC_CLANG) && Q_CC_CLANG >= 306
//# define Q_OBJECT_NO_OVERRIDE_WARNING
QT_WARNING_DISABLE_CLANG("-Winconsistent-missing-overrideā)
# define Q_OBJECT_NO_OVERRIDE_WARNING
#els
On Wednesday 1. July 2015 16:50:09 Stephen Kelly wrote:
> Hello,
>
> I just tried building Qt 5.5 with Xcode 6.3.2. It built, but emitted
> many warnings for each translation unit about
> -Winconsistent-missing-override.
https://codereview.qt-project.org/115201
It was just too late for Qt 5.5.0
Hello,
I just tried building Qt 5.5 with Xcode 6.3.2. It built, but emitted
many warnings for each translation unit about
-Winconsistent-missing-override.
In file included from
/Users/ske/dev/src/qt55/qtdeclarative/src/qml/debugger/qqmldebugserver.cpp:34:
In file included from
/Users/ske/dev/src/
13 matches
Mail list logo