From 6b840c4e95f704939ecfcfffe436ce62d2dd05da Mon Sep 17 00:00:00 2001 From: SergeyPisarchik Date: Mon, 17 Mar 2014 19:26:21 +0300 Subject: [PATCH] Added path to qmake --- tools/autobuild/detect_qmake.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/autobuild/detect_qmake.sh b/tools/autobuild/detect_qmake.sh index 7631d2e42c..d2eff0dc79 100644 --- a/tools/autobuild/detect_qmake.sh +++ b/tools/autobuild/detect_qmake.sh @@ -6,6 +6,7 @@ KNOWN_QMAKE_PATHS=( \ ~/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 \ ) # Prints path to directory with found qmake binary or prints nothing if not found