Re: [qmc2-devel] QMC2 and Qt 5
Brought to you by:
prianthefist,
renereucher
|
From: R. R. <ren...@ba...> - 2012-04-17 16:58:25
|
On Wednesday 11 April 2012 15:43:20 R. Reucher wrote: > I haven't checked the Qt 5 alpha-release yet (it was released on the 20th > of March 2012), and I also don't plan to do so. I will either wait for the > beta- version (expected for April/May) or check out the git-repository... > probably the latter. > > I'll let you know the results when I find the time to do this stuff! I've meanwhile "checked out" (cloned) the Qt 5 git-repository and it's apparently building cleanly now on openSUSE 12.1 x86_64... I've previously tried the same on openSUSE 11.4, but QtWebKit in Qt 5 requires a fairly recent version of libicu: openSUSE 11.4 comes with libicu-4.4.2 and QtWebKit doesn't even appear to "see" it, openSUSE 12.1 has libicu-4.6.1 which QtWebKit seems to be happy with :). Another issue on openSUSE 11.4 is that libxcb is too old. It's not absolutely *required*, though, it would just not allow "threaded rendering". Note that XCB will be the default rendering engine in Qt 5. When the build should finish cleanly, I'll try adding support for Qt 5 to QMC2. Really hope they didn't change too much :)! Have fun, René |