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-07-11 03:50:30 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:40:55 +0300
commitec605b4030143e5d7d26cc50f94c27badd118c5e (patch)
tree6a773713cb0d7d997061172af5a447cb45eb8b3c /tools
parent7dd9f417ed53449cf94cad55e6c6d406842ffe5c (diff)
Fix vng's qmake path.
Diffstat (limited to 'tools')
-rw-r--r--tools/autobuild/detect_qmake.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/autobuild/detect_qmake.sh b/tools/autobuild/detect_qmake.sh
index c56fb9ca06..14b3dad957 100644
--- a/tools/autobuild/detect_qmake.sh
+++ b/tools/autobuild/detect_qmake.sh
@@ -2,7 +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 \
+ /Developer/QtSDK/Desktop/Qt/4.8.1/gcc/bin \
)
# Prints path to directory with found qmake binary or prints nothing if not found