From c6c6c3332bd48289d532be2a1441d87eefdc634a Mon Sep 17 00:00:00 2001 From: vng Date: Fri, 19 Dec 2014 19:54:45 +0300 Subject: [PATCH] [tools] Added QT 5.4 path. --- 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 4bab7d892d..8b0105f96b 100644 --- a/tools/autobuild/detect_qmake.sh +++ b/tools/autobuild/detect_qmake.sh @@ -11,6 +11,7 @@ KNOWN_QMAKE_PATHS=( \ ~/Qt/5.3/clang_64/bin/qmake \ ~/Qt/5.4/clang_64/bin/qmake \ ~/Qt5.3.0/5.3/clang_64/bin/qmake \ + ~/Developer/Qt/5.4/clang_64/bin/qmake \ ) # Prints path to directory with found qmake binary or prints nothing if not found