RESOLVED FIXED Bug 60347
[Qt] [qtwebkit-2.2] Fails to build with Qt for Embedded Linux
https://bugs.webkit.org/show_bug.cgi?id=60347
Summary [Qt] [qtwebkit-2.2] Fails to build with Qt for Embedded Linux
Bernhard Rosenkraenzer
Reported 2011-05-06 00:17:23 PDT
Attempting to build qtwebkit-2.2 with Qt for Embedded Linux results in a build failure because PluginContainerQt.cpp (which uses QX11EmbedContainer, which obviously doesn't exist on embedded, unconditionally) is being built.
Attachments
Proposed patch. (2.04 KB, patch)
2011-05-06 10:42 PDT, Alexis Menard (darktears)
kling: review+
kling: commit-queue-
Alexis Menard (darktears)
Comment 1 2011-05-06 10:42:25 PDT
Created attachment 92603 [details] Proposed patch. Fix the build.
Andreas Kling
Comment 2 2011-05-06 10:55:59 PDT
Comment on attachment 92603 [details] Proposed patch. View in context: https://bugs.webkit.org/attachment.cgi?id=92603&action=review rs=me > ChangeLog:6 > + Fix the build on embedded linux. qpa is the name for lighthouse but the old > + name for Qt for Embedded Linux should still be used in order to build properly. I'm missing a [Qt] here somewhere. embedded linux -> Embedded Linux > Source/WebCore/ChangeLog:6 > + Fix the build on embedded linux. qpa is the name for lighthouse but the old > + name for Qt for Embedded Linux should still be used in order to build properly. Ditto.
Alexis Menard (darktears)
Comment 3 2011-05-09 12:58:10 PDT
Ademar Reis
Comment 4 2011-05-09 13:46:15 PDT
Revision r86083 cherry-picked into qtwebkit-2.2 with commit b105226 <http://gitorious.org/webkit/qtwebkit/commit/b105226>
Note You need to log in before you can comment on or make changes to this bug.