[Webkit-unassigned] [Bug 88521] Qt 5 Webkit builds appear to require -DHAVE_QT5=1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 19 07:11:07 PDT 2012


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


Csaba Osztrogonac <ossy at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ossy at webkit.org,
                   |                            |vestbo at webkit.org




--- Comment #1 from Csaba Osztrogonac <ossy at webkit.org>  2012-06-19 07:11:07 PST ---
HAVE_QT5 is automatically defined by build-webkit 
if you use Qt5, you don't have to define anything.

HAVE_QT5 is defined in WebKit/Tools/qmake/mkspec/features/default_post.prf.,
and haveQt function is implemented in WebKit/Tools/qmake/mkspec/features/functions.prf, it checks the Qt version properly.

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