aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/qt5.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/qt5.rb b/Library/Formula/qt5.rb
index 5a5c3d719..3ac3d6c4b 100644
--- a/Library/Formula/qt5.rb
+++ b/Library/Formula/qt5.rb
@@ -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'