From 9505e169debfb648670be110b2e2533deaaef6fa Mon Sep 17 00:00:00 2001 From: Jens H. Nielsen Date: Fri, 28 Feb 2014 08:45:18 +0000 Subject: pyqt5: specify qt5 qmake Fixes #27058. Closes #27059. Signed-off-by: Mike McQuaid --- Library/Formula/pyqt5.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/pyqt5.rb b/Library/Formula/pyqt5.rb index b70095d8c..59b621942 100644 --- a/Library/Formula/pyqt5.rb +++ b/Library/Formula/pyqt5.rb @@ -47,6 +47,9 @@ class Pyqt5 < Formula "--sipdir=#{share}/sip/Qt5/", # sip.h could not be found automatically "--sip-incdir=#{Formula["sip"].opt_prefix}/include", + # Make sure the qt5 version of qmake is found. + # If qt4 is linked it will pickup that version otherwise. + "--qmake=#{Formula["qt5"].bin}/qmake", # Force deployment target to avoid libc++ issues "QMAKE_MACOSX_DEPLOYMENT_TARGET=#{MacOS.version}" ] args << '--debug' if build.include? 'enable-debug' -- cgit v1.2.3