From 429043efc6325f29b4490bbd90d8575bdaa1fa71 Mon Sep 17 00:00:00 2001 From: Yury Melnichek Date: Sat, 29 Sep 2012 00:08:38 +0200 Subject: [PATCH] Use generic user folder in detect_qmake.sh --- tools/autobuild/detect_qmake.sh | 3 +-- 1 file changed, 1 insertion(+), 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 \ )