Bug 84138
| Summary: | webkit build brakes due to -Werror in Qt 4.8 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Karim Pinter <karim.pinter> |
| Component: | WebKit Qt | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Major | ||
| Priority: | P2 | ||
| Version: | 312.x | ||
| Hardware: | PC | ||
| OS: | Linux | ||
Karim Pinter
Please remove the following line from WebKit.pri :
isEqual(QT_ARCH,x86_64)|isEqual(QT_ARCH,i386): QMAKE_CXXFLAGS += -Werror
It causes build brakes on many old linux distributions like Fedora 6, despite of the fact that webkit works on them.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
The Qt port has been removed from WebKit, resolving.