aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/qt5.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/qt5.rb b/Library/Formula/qt5.rb
index 6ba47ee6a..56a4e879b 100644
--- a/Library/Formula/qt5.rb
+++ b/Library/Formula/qt5.rb
@@ -35,6 +35,7 @@ class Qt5 < Formula
depends_on "pkg-config" => :build
depends_on "d-bus" => :optional
depends_on "mysql" => :optional
+ depends_on :xcode
odie "qt5: --with-qtdbus has been renamed to --with-d-bus" if build.with? "qtdbus"
odie "qt5: --with-demos-examples is no longer supported" if build.with? "demos-examples"