[Webkit-unassigned] [Bug 37136] New: [Qt] Fix trunk (non-standalone) builds for Symbian

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 5 21:49:13 PDT 2010


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

           Summary: [Qt] Fix trunk (non-standalone) builds for Symbian
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: laszlo.1.gombos at nokia.com
                CC: jocelyn.turcotte at nokia.com


Building clean WebKit trunk build for Symbian starts up as a non-package build
and than at a later stage in the build process, the build turns into a package
build.

The issue seems to be that the "exists($$PWD/WebCore/generated)" condition in
WebKit.pri initially evaluates to false, but than after the derived sources are
generated the expressions evaluates to true and turns on "standalone_package"
CONFIG.

As a result jsc, qt autotests and DumprenerTree are never built for Symbian by
the "normal" build process.

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