[tools] Add Qt 5.2.1 to detect_qmake.sh

This commit is contained in:
Yury Melnichek 2014-02-14 12:27:36 +03:00 committed by Alex Zolotarev
parent 9c0800abd7
commit a09a552cbf

View file

@ -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