diff --git a/tools/autobuild/detect_qmake.sh b/tools/autobuild/detect_qmake.sh index 9ec616eeb1..c79a36da84 100644 --- a/tools/autobuild/detect_qmake.sh +++ b/tools/autobuild/detect_qmake.sh @@ -4,7 +4,7 @@ KNOWN_QMAKE_PATHS=( \ ~/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/Qt511/5.1.1/clang_64/bin/qmake \ + ~/Developer/Qt/5.2.0/clang_64/bin/qmake \ ) # Prints path to directory with found qmake binary or prints nothing if not found