[Webkit-unassigned] [Bug 51888] New: [Qt] [Symbian] Make CONFIG-=def_files the default configuration for trunk builds

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 4 12:31:02 PST 2011


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

           Summary: [Qt] [Symbian] Make CONFIG-=def_files the default
                    configuration for trunk builds
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: S60 3rd edition
            Status: NEW
          Keywords: Qt, QtTriaged
          Severity: Normal
          Priority: P5
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: laszlo.1.gombos at nokia.com
                CC: hausmann at webkit.org, laszlo.1.gombos at nokia.com,
                    koshuin at gmail.com


Currently CONFIG(def_files) (almost always) evaluates to true as that is the default in Qt's qconfig.pri. This can be overruled at qmake time by changing the CONFIG variable. 

This means that (more often than not) the QtWebKit trunk build fails as the def file is not up-to-date. The current practice is to always pass CONFIG-=def_files for QtWebKit trunk builds.

CONFIG(production) has been introduced as a single bit to switch between the somewhat unstable trunk environment to a more stable production environment. CONFIG(production) evaluates to true on production branches of QtWebKit and false on the trunk.

It seems like a good idea to overrule Qt's default from qconfig.pri for non-production builds so that CONFIG(def_files) evaluates to false and QtWebKit trunk builds succeeds.

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