[Webkit-unassigned] [Bug 34519] New: [Qt] Applications using QtWebKit fail to build if Qt was built with -no-script

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 3 04:17:59 PST 2010


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

           Summary: [Qt] Applications using QtWebKit fail to build if Qt
                    was built with -no-script
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bero at arklinux.org


If Qt was built with -no-script, applications using QtWebKit (which does work
with -no-script) fail to build because qwebframe.h unconditionally does
#include <QtScript/qscriptengine.h>
(which doesn't exist in a -no-script 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