diff --git a/tools/autobuild/detect_qmake.sh b/tools/autobuild/detect_qmake.sh index c79a36da84..7631d2e42c 100644 --- a/tools/autobuild/detect_qmake.sh +++ b/tools/autobuild/detect_qmake.sh @@ -5,6 +5,7 @@ KNOWN_QMAKE_PATHS=( \ ~/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 \ ) # Prints path to directory with found qmake binary or prints nothing if not found