[Webkit-unassigned] [Bug 107447] New: [Qt] Fix the QtTestBrowser build if older QtWebKit is installed into system path

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 21 06:39:01 PST 2013


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

           Summary: [Qt] Fix the QtTestBrowser build if older QtWebKit is
                    installed into system path
           Product: WebKit
           Version: 420+
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: Qt, QtTriaged
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org
                CC: allan.jensen at digia.com, hausmann at webkit.org,
                    vestbo at webkit.org, jocelyn.turcotte at digia.com,
                    zarvai at inf.u-szeged.hu, kadam at inf.u-szeged.hu,
                    vivek.vg at samsung.com


QtTestBrowser build is now broken if you try to build trunk WebKit
with Qt 5.0 release version. (which contains an older QtWebKit)
(revealed by https://trac.webkit.org/changeset/139437)

build log (r140317):
---------------------
/home/webkit/WebKit/Tools/QtTestBrowser/launcherwindow.cpp: In member function 'void LauncherWindow::applyPrefs()':
/home/webkit/WebKit/Tools/QtTestBrowser/launcherwindow.cpp:220:59: error: 'WebAudioEnabled' is not a member of 'QWebSettings'
/home/webkit/WebKit/Tools/QtTestBrowser/launcherwindow.cpp: In member function 'void LauncherWindow::toggleWebAudio(bool)':
/home/webkit/WebKit/Tools/QtTestBrowser/launcherwindow.cpp:878:38: error: 'WebAudioEnabled' is not a member of 'QWebSettings'

The build failure is occured, because Tools/QtTestBrowser/launcherwindow.h includes qwebsettings.h 
inside release Qt 5.0 and not qwebsettings.h in WebKit trunk.

I think it is a general problem, we need a way to disable QtWebKit includes/libararies for trunk WebKit 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