Bug 33202 - [Qt] Inconsistent DLL linkage for package builds
Summary: [Qt] Inconsistent DLL linkage for package builds
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P3 Normal
Assignee: Nobody
URL:
Keywords: Qt
Depends on:
Blocks: 32715
  Show dependency treegraph
 
Reported: 2010-01-05 01:39 PST by Simon Hausmann
Modified: 2010-01-05 01:53 PST (History)
1 user (show)

See Also:


Attachments
Patch (1.35 KB, patch)
2010-01-05 01:41 PST, Simon Hausmann
vestbo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Hausmann 2010-01-05 01:39:59 PST
During package builds QT_MAKEDLL is not set as a define and therefore the export macros aren't set correctly. This causes build issues on Symbian and on Windows.
Comment 1 Simon Hausmann 2010-01-05 01:41:24 PST
Created attachment 45874 [details]
Patch
Comment 2 WebKit Review Bot 2010-01-05 01:43:40 PST
style-queue ran check-webkit-style on attachment 45874 [details] without any errors.
Comment 3 Simon Hausmann 2010-01-05 01:53:44 PST
Committed r52792: <http://trac.webkit.org/changeset/52792>