[Webkit-unassigned] [Bug 88629] New: [Qt] QtWebKit should not rely on the QMAKE_MAC_SDK when adding the platform specific library to link against

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 8 00:54:23 PDT 2012


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

           Summary: [Qt] QtWebKit should not rely on the QMAKE_MAC_SDK
                    when adding the platform specific library to link
                    against
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P3
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: andy.shaw at digia.com


[Qt] QtWebKit should not rely on the QMAKE_MAC_SDK when adding the platform specific library to link against.   This is because there are compile and linker flags which dictate the lowest version that should be expected, on 10.7 if you link against the 10.7 system library then it overrides this.  Therefore it should go based on the minimum version specified when passed to the compiler/linker and use the one corresponding to that.  This ensures you can build on a later version of Mac and still have it work on the older ones.

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



More information about the webkit-unassigned mailing list