[Webkit-unassigned] [Bug 53172] New: [Qt] Fix qt_minimal build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 26 08:14:53 PST 2011


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

           Summary: [Qt] Fix qt_minimal build
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: Qt, QtTriaged
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org


WebKit.pri: contains(DEFINES, QT_NO_UITOOLS): CONFIG -= uitools
-> It should be after setting QT_NO_UITOOLS
(Build error if CONFIG contains qt_minimal or if we have minimal Qt)

In Tools/QtTestBrowser/locationedit.h we should include 
qconfig.h if QT_NO_INPUTDIALOG isn't disabled explicitly.
(Build error if CONFIG doesn't contain qt_minimal, but we have minimal Qt)

Patch is coming soon.

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