Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorgreshilov <v.greshilov@msk-wifi-25fap2-v_greshilov-noname.mail.msk>2017-09-21 16:58:33 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2017-09-22 13:18:26 +0300
commitd54c41f5e35f3e828851a64c251b89d7fbd4a700 (patch)
tree0ca2c9dfa679df0a6a6c95cc680e87f97a295d84 /tools
parenteca73a0e9530f0ded0bcaf20c48ea56fc46c5cbe (diff)
Fix qmake directory detection for brew package installer on MacOSX.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/autobuild/detect_qmake.sh1
1 files changed, 1 insertions, 0 deletions
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 \