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