Hi again, I updated the Qt5 on all bots (Qt5 WK1/WK2 perf bots, Qt5 WK1/WK2 build/test bots, and WK2 EWS) to 78b8403e415e7e8d9405daebc9619c4a7cb85910
WebKit buildfix landed in http://trac.webkit.org/changeset/120704 (It is compatible with older Qt5 and Qt4.8 too) But unfortunately I ran into a build problem. c++11 build is enabled by default in Qt 5 now and it caused build fail in WebKit - https://bugs.webkit.org/show_bug.cgi?id=89463 The fail isn't fixed, so I had to disable c++11 build with passing -no-c++11 to Qt's configure script. I added this option to my build script - https://github.com/ossy-szeged/qt5-tools Of course I will remove it once the bug is fixed in WebKit trunk. br, Ossy Osztrogonac Csaba írta:
Qt 5 update is coming soon ... 78b8403e415e7e8d9405daebc9619c4a7cb85910 is the latest Qt5 commit, WebKit build will work with new Qt5 after the s/QWeakPointer/QPointer/g fix in https://bugs.webkit.org/show_bug.cgi?id=89449 landed.
_______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
