Bug 35030
| Summary: | qt-webkit trunk no more support qt.4.5? | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | sandy paulanskaya <kuh3h3> |
| Component: | WebKit Qt | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Blocker | CC: | benjamin |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | Linux | ||
sandy paulanskaya
my qt version is qt.4.5.1.tried to compile recent qt-webkit svn version.
but failed. Qt::UniqueConnection missing error occurred.
Qt::UniqueConnection intoduced in qt 4.6 not in qt 4.5
[/media/sdc1/WebKit]$ grep Qt::UniqueConnection */*/*/*
WebKit/qt/Api/qgraphicswebview.cpp: q,
SLOT(_q_contentsSizeChanged(const QSize&)), Qt::UniqueConnection);
i want some ifdef statement for qt 4.5
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Benjamin Poulain
Webkit trunk only support the current version of Qt, and the one in development.
So, currently we only support Qt 4.6, and the branch of Qt 4.7.
There has been a period of transition after the release of 4.6, but this is over and 4.5 is not supported anymore for WebKit trunk.