[Webkit-unassigned] [Bug 72947] New: [Qt] Don't pass -graphicssystem to QtTestBrowser if using Qt5

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 22 06:06:45 PST 2011


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

           Summary: [Qt] Don't pass -graphicssystem to QtTestBrowser if
                    using Qt5
           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


It seems -graphicssystem command line argument isn't supported by Qt5:
// ### Qt4 compatibility, remove?
static inline void setGraphicsSystem(const QString &) {}

But ORWT still pass this argument (-graphicssystem raster) to QtTestBrowser,
and QtTestBrowser open an empty window with URL-bar: http://raster and "Host not found" text.

We shouldn't pass "-graphicssystem raster" argument if Qt version >= 5.

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