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:
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