Bug 62449 - [Qt] Fix 'headers' autotest when building inside Qt.
Summary: [Qt] Fix 'headers' autotest when building inside Qt.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2011-06-10 04:23 PDT by Andreas Kling
Modified: 2011-06-10 05:45 PDT (History)
2 users (show)

See Also:


Attachments
Proposed patch (1.11 KB, patch)
2011-06-10 04:24 PDT, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2011-06-10 04:23:01 PDT
The tests/auto/headers test in Qt fails for qwebplatformplugin.h because it includes <QColor> and for whatever reason, anything but QtCore includes need to be prefixed, i.e <QtGui/QColor>.
Comment 1 Andreas Kling 2011-06-10 04:24:27 PDT
Created attachment 96730 [details]
Proposed patch
Comment 2 Andreas Kling 2011-06-10 04:31:28 PDT
Comment on attachment 96730 [details]
Proposed patch

Clearing flags on attachment: 96730

Committed r88538: <http://trac.webkit.org/changeset/88538>
Comment 3 Andreas Kling 2011-06-10 04:31:36 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Ademar Reis 2011-06-10 05:45:02 PDT
Revision r88538 cherry-picked into qtwebkit-2.2 with commit 6ece1fd <http://gitorious.org/webkit/qtwebkit/commit/6ece1fd>