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
diff options
context:
space:
mode:
authorIlya Zverev <zverik@textual.ru>2015-09-29 19:56:05 +0300
committerIlya Zverev <zverik@textual.ru>2015-09-29 19:56:05 +0300
commitd50a29046c8eb48848875270f86c0c93807aff7c (patch)
tree18be70707ad6b4aa66cd8d7057e77fa0cb3ea35e /tools/autobuild
parentb5c8088c361ef270d76dff0a970eaa321333d4c7 (diff)
[ios] Add homebrew path to qt5
Diffstat (limited to 'tools/autobuild')
-rw-r--r--tools/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 5845ced57d..c305ddc26c 100644
--- a/tools/autobuild/detect_qmake.sh
+++ b/tools/autobuild/detect_qmake.sh
@@ -14,6 +14,7 @@ KNOWN_QMAKE_PATHS=( \
~/Qt5.3.0/5.3/clang_64/bin/qmake \
~/Developer/Qt/5.4/clang_64/bin/qmake \
~/Developer/Qt/5.5/clang_64/bin/qmake \
+ /usr/local/opt/qt5/bin/qmake \
/cygdrive/c/Qt/5.5/msvc2013_64/bin/qmake.exe \
)