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:
authorYury Melnichek <melnichek@gmail.com>2012-09-29 02:08:38 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:44:53 +0300
commit429043efc6325f29b4490bbd90d8575bdaa1fa71 (patch)
tree9659c6b4e1bdc3e1e9edd939c2443edb2e64167a /tools
parente0bf6fe519a530155f329eb19191942d3e49f1dc (diff)
Use generic user folder in detect_qmake.sh
Diffstat (limited to 'tools')
-rw-r--r--tools/autobuild/detect_qmake.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/autobuild/detect_qmake.sh b/tools/autobuild/detect_qmake.sh
index b840796410..221bf185d8 100644
--- a/tools/autobuild/detect_qmake.sh
+++ b/tools/autobuild/detect_qmake.sh
@@ -1,7 +1,6 @@
# Add your path into this array
KNOWN_QMAKE_PATHS=( \
- /Users/Alex/QtSDK/Desktop/Qt/4.8.1/gcc/bin \
- /Users/sir/QtSDK/Desktop/Qt/4.8.1/gcc/bin \
+ ~/QtSDK/Desktop/Qt/4.8.1/gcc/bin \
/Developer/QtSDK/Desktop/Qt/4.8.1/gcc/bin \
)