[Webkit-unassigned] [Bug 85611] [Qt] Clean up and split features.prf into a static list of feature defaults

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 5 02:24:27 PDT 2012


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





--- Comment #7 from Tor Arne Vestbø <vestbo at webkit.org>  2012-05-05 02:24:27 PST ---
(From update of attachment 140197)
View in context: https://bugs.webkit.org/attachment.cgi?id=140197&action=review

> Tools/qmake/mkspecs/features/features.prf:223
> +    feature_define = $$find(define, ^ENABLE_.+=.$)
> +    isEmpty(feature_define): next()
> +
> +    FEATURE_DEFINES_JAVASCRIPT += $$feature_define

enabled_feature_define = $$find(define, ^ENABLE_.+=1$)
isEmpty(enabled_feature_define): next()

FEATURE_DEFINES_JAVASCRIPT += $$enabled_feature_define

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