From d54c41f5e35f3e828851a64c251b89d7fbd4a700 Mon Sep 17 00:00:00 2001 From: greshilov Date: Thu, 21 Sep 2017 16:58:33 +0300 Subject: [PATCH] Fix qmake directory detection for brew package installer on MacOSX. --- tools/autobuild/detect_qmake.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/autobuild/detect_qmake.sh b/tools/autobuild/detect_qmake.sh index b79e2add8f..415cf02775 100755 --- a/tools/autobuild/detect_qmake.sh +++ b/tools/autobuild/detect_qmake.sh @@ -8,6 +8,7 @@ set -e -u KNOWN_QMAKE_PATHS=( \ /Developer/Tools/qmake \ /usr/local/opt/qt5/bin/qmake \ + /usr/local/opt/qt@5.?/bin/qmake \ ~/Developer/Qt/5.?/clang_64/bin/qmake \ ~/Qt/5.?/clang_64/bin/qmake \ ~/Qt5.?.0/5.?/clang_64/bin/qmake \