qt5: make keg_only due to qt conflict.
References Homebrew/homebrew#16471. References Homebrew/homebrew#16921.
This commit is contained in:
parent
89ef9dd9e6
commit
9041777bb2
1 changed files with 2 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue