[Webkit-unassigned] [Bug 25601] New: [Qt] Make sure that public APIs are properly exported on all Qt supported platforms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 6 19:53:41 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25601

           Summary: [Qt] Make sure that public APIs are properly exported on
                    all Qt supported platforms
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: laszlo.1.gombos at nokia.com


WebCore should define QT_MAKEDLL (in WebCore.pro) for all non-static builds
(not just for win) to for properly export all Qt public APIs. 

ChangeSet 41494 (http://trac.webkit.org/changeset/41494) intended to fix this
by defining QT_SHARED in webkitdirs.pm, but since not all the Qt build
environments are using the build-webkit perl script to build, WebCore.pro is a
better place to fix this.

I think QT_MAKEDLL is the proper define to export all Qt public APIs, and not
QT_SHARED.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list