[webkit-qt] [Week 21] Qt 5 version update

Osztrogonac Csaba oszi at inf.u-szeged.hu
Fri May 25 03:55:50 PDT 2012


Hi,

I found an annoying bug in the new Qt 5,

mkspecs/qconfig.pri doesn't contain the GCC version for some reason
and it causes build fail during building QtWebKit with GCC 4.6.

You can fix it, if you add these lines manually to your qconfig.pri:
( or similar ... depends on your favourite GCC version :) )

QT_GCC_MAJOR_VERSION = 4
QT_GCC_MINOR_VERSION = 6
QT_GCC_PATCH_VERSION = 1

I have no idea what happened in Qt ... but it would be great to find the proper fix.

br,
Ossy

Osztrogonac Csaba írta:
> Hi All,
> 
> I updated the Qt on the Qt5 WK1/WK2 bots, on the perf bots and on the 
> WK2 EWS.
> You can find the updated build script here: 
> https://github.com/ossy-szeged/qt5-tools
> And I landed the necessarry buildfix to WebKit trunk: 
> http://trac.webkit.org/changeset/118511
> 
> br,
> Ossy
> 
> Osztrogonac Csaba írta:
>> Hi All,
>>
>> Qt5 update is coming soon ... :)
>>
>> Now 9985003ac4a42adfa35db286eda1b2ae9656d85b is the latest Qt5
>> commit. I tested it, WK1/WK2 layout tests and API tests work fine.
>>
>> I'm going to update the bots (Qt5 WK1/WK2 bots, perf bots, Qt5-WK2 EWS)
>> tomorrow morning and land this buildfix: 
>> https://bugs.webkit.org/show_bug.cgi?id=87257
>>
>> br,
>> Ossy


More information about the webkit-qt mailing list