Bug 39813
| Summary: | [Qt] Qt-Webkit build from trunk against QT-4.5.3 is broken due to dependency on QMetaObject::metacall | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sriram Neelakandan <sriram.neelakandan> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | benjamin |
| Priority: | P3 | Keywords: | Qt, QtTriaged |
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Sriram Neelakandan
Compilation broken with Qt-4.5.3:
../../../WebCore/bridge/qt/qt_instance.cpp: In member function ‘JSC::JSValue JSC::Bindings::QtInstance::stringValue(JSC::ExecState*) const’:
../../../WebCore/bridge/qt/qt_instance.cpp:291: error: ‘metacall’ is not a member of ‘QMetaObject’
make[1]: *** [obj/debug/qt_instance.o] Error 1
Is there a minimum requirement of QT Version for Webkit ? Then i guess it should be checked by build-webkit script.
Or this segment needs to be protected under
#if QT_VERSION >= 0x040600
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Benjamin Poulain
On trunk, we support the current version of Qt and the next. So at the moment: 4.7 and 4.8.