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:
authorvng <viktor.govako@gmail.com>2012-06-27 23:50:49 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:40:21 +0300
commit309c6235d4cfdd94164f10dbd1f9d279bf1bea58 (patch)
tree64f5ee97c6799190a37c894f5b124aa60760e889 /tools
parentf7a65eea22c22ecdd70f44fb8a4a4bc589b0a175 (diff)
Add my (vng) path for QtSDK.
Diffstat (limited to 'tools')
-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 352571c76e..c56fb9ca06 100644
--- a/tools/autobuild/detect_qmake.sh
+++ b/tools/autobuild/detect_qmake.sh
@@ -2,6 +2,7 @@
KNOWN_QMAKE_PATHS=( \
/Users/Alex/QtSDK/Desktop/Qt/4.8.1/gcc/bin \
/Users/siarheirachytski/QtSDK/Desktop/Qt/474/gcc/bin \
+ /Developer/QtSDK/Desktop/Qt/4.8.0/gcc/bin \
)
# Prints path to directory with found qmake binary or prints nothing if not found