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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 4 02:49:30 PST 2010


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


Simon Hausmann <hausmann at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #48013|review?, commit-queue?      |review-, commit-queue-
               Flag|                            |




--- Comment #5 from Simon Hausmann <hausmann at webkit.org>  2010-02-04 02:49:29 PST ---
(From update of attachment 48013)

> +#if !defined(QT_NO_SCRIPT) && !defined(BUILD_WEBKIT)
>      void addToJavaScriptWindowObject(const QString &name, QObject *object, QScriptEngine::ValueOwnership ownership);
> +#endif

Why the check for BUILD_WEBKIT?

Also the Qt EWS bot indicates that this breaks the build because there's the
equivalent #ifdef missing in qwebframe.cpp.

(Yay for the EWS :)

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