[tools] Use qmake 5.8 only.

Signed-off-by: Viktar Havaka viktor.govako@gmail.com
This commit is contained in:
vng 2017-11-15 14:46:20 +03:00 committed by Roman Tsisyk
parent e713c69c43
commit d3e4976b33

View file

@ -6,13 +6,7 @@ set -e -u
# Add your path into this array
KNOWN_QMAKE_PATHS=( \
/Developer/Tools/qmake \
/usr/local/opt/qt5/bin/qmake \
/usr/local/opt/qt@5.?/bin/qmake \
~/Developer/Qt/5.?/clang_64/bin/qmake \
~/Qt/5.?/clang_64/bin/qmake \
~/Qt5.?.0/5.?/clang_64/bin/qmake \
/cygdrive/c/Qt/5.?/msvc2013_64/bin/qmake.exe \
~/Developer/Qt/5.8/clang_64/bin/qmake \
)
# Prints path to directory with found qmake binary or prints nothing if not found