[Webkit-unassigned] [Bug 24693] Disable all the SVG features for WebKit/Qt if ENABLE_SVG=0

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 25 00:15:31 PDT 2009


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


zecke at selfish.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #28744|review?                     |review+
               Flag|                            |




------- Comment #2 from zecke at selfish.org  2009-03-25 00:15 PDT -------
(From update of attachment 28744)
Looks sensible and will work with the below macros. Another way would be to put
the ENABLE_SVG_* macros into a block...

e.g. contains(DEFINES, ENABLE_SVG=1) {
   !contains(FOO): DEFINES += ENABLE_FOO=1
}

but I would have to check the qmake manual... it would be nice if you could do
a follow up.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list