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:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2015-09-18 17:32:09 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:06:20 +0300
commit1a9b9be31d0df142e44b8a341a13f5b8977b3d75 (patch)
tree4e98db9594e87010993d56e2482c246761f1a2ed /tools/autobuild
parent184c08fadff4e6f7801ac1a075448251af30bd47 (diff)
Android build. Adding path to qt5.5.
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 d64b531541..5845ced57d 100644
--- a/tools/autobuild/detect_qmake.sh
+++ b/tools/autobuild/detect_qmake.sh
@@ -10,6 +10,7 @@ KNOWN_QMAKE_PATHS=( \
~/Developer/Qt/5.3/clang_64/bin/qmake \
~/Qt/5.3/clang_64/bin/qmake \
~/Qt/5.4/clang_64/bin/qmake \
+ ~/Qt/5.5/clang_64/bin/qmake \
~/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 \