aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2013-01-26 14:13:58 +0000
committerMike McQuaid2013-01-26 14:13:58 +0000
commit8cc8b467099c463f9a87ee94d941af418583df0f (patch)
tree4176c57f10123b92d26cc437d7dfc6fce6a8caf4 /Library
parentf40b309fb10df3305b4b812486931643a6d0f6ef (diff)
downloadhomebrew-8cc8b467099c463f9a87ee94d941af418583df0f.tar.bz2
qt5: make keg_only due to qt conflict.
References #16471. References #16921.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/qt5.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/qt5.rb b/Library/Formula/qt5.rb
index d262f67ef..5a5c3d719 100644
--- a/Library/Formula/qt5.rb
+++ b/Library/Formula/qt5.rb
@@ -7,6 +7,8 @@ class Qt5 < Formula
head 'git://gitorious.org/qt/qt5.git', :branch => 'master'
+ keg_only "Qt 5 conflicts Qt 4 (which is currently much more widely used)."
+
option :universal
option 'with-qtdbus', 'Enable QtDBus module'
option 'with-demos-examples', 'Enable Qt demos and examples'