[tools] Add 5.4 Qt's path to detection script.

This commit is contained in:
Artyom Polkovnikov 2014-12-24 10:43:31 +03:00 committed by Alex Zolotarev
parent 01666d01f7
commit 37c8ab6778

View file

@ -9,6 +9,7 @@ KNOWN_QMAKE_PATHS=( \
~/Qt/5.2.1/clang_64/bin/qmake \
~/Developer/Qt/5.3/clang_64/bin/qmake \
~/Qt/5.3/clang_64/bin/qmake \
~/Qt/5.4/clang_64/bin/qmake \
~/Qt5.3.0/5.3/clang_64/bin/qmake \
)