From 46a4210afbc7b1c1af8f80e06951dff01d316f58 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 22 May 2014 19:02:26 -0500 Subject: qt5: depends on Xcode at build-time Closes #29503. --- Library/Formula/qt5.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula') 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" -- cgit v1.2.3