[Webkit-unassigned] [Bug 40116] New: WebCore fails to build when Qt Mobility is installed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 3 05:51:36 PDT 2010


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

           Summary: WebCore fails to build when Qt Mobility is installed
           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: christian.d.kamm at nokia.com


Since bearer management is contained in Qt 4.7, there's no need to pull in the legacy Qt Mobility Bearer Management code too. 

Patch: 
in WebCore/WebCore.pro
@@ -2494,9 +2494,6 @@ contains(DEFINES, ENABLE_QT_BEARER=1) {

     SOURCES += \
         platform/network/qt/NetworkStateNotifierQt.cpp
-
-    CONFIG += mobility
-    MOBILITY += bearer
 }

 contains(DEFINES, ENABLE_SVG=1) {

The deleted code had no effect if no mobility.prf was installed; but if it was installed though, it broke the build.

-- 
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