From 3143a09155ffea6df0229eb196e55929e2258e5b Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Sun, 8 Jun 2014 17:16:55 -1000 Subject: [PATCH] Qt 5.3 paths --- tools/autobuild/detect_qmake.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/autobuild/detect_qmake.sh b/tools/autobuild/detect_qmake.sh index d2eff0dc79..814948754d 100644 --- a/tools/autobuild/detect_qmake.sh +++ b/tools/autobuild/detect_qmake.sh @@ -1,12 +1,12 @@ # Add your path into this array KNOWN_QMAKE_PATHS=( \ - /Developer/Tools/qmake \ - ~/Developer/Qt-4.8.4/bin/qmake \ ~/Developer/Qt/5.1.0/clang_64/bin/qmake \ ~/Developer/Qt/5.1.1/clang_64/bin/qmake \ ~/Developer/Qt/5.2.0/clang_64/bin/qmake \ ~/Developer/Qt/5.2.1/clang_64/bin/qmake \ ~/Qt/5.2.1/clang_64/bin/qmake \ + ~/Developer/Qt/5.3/clang_64/bin/qmake \ + ~/Qt/5.3/clang_64/bin/qmake \ ) # Prints path to directory with found qmake binary or prints nothing if not found