qt5: fails with clang again.

Fixes Homebrew/homebrew#17535.
This commit is contained in:
Mike McQuaid 2013-02-02 18:58:32 -08:00
parent ff811b296f
commit eef6c45251

View file

@ -9,6 +9,10 @@ class Qt5 < Formula
keg_only "Qt 5 conflicts Qt 4 (which is currently much more widely used)."
fails_with :clang do
build 425
end
option :universal
option 'with-qtdbus', 'Enable QtDBus module'
option 'with-demos-examples', 'Enable Qt demos and examples'