forked from organicmaps/organicmaps
updated path for Qt5.3
This commit is contained in:
parent
9ad17a5c9d
commit
df4668b225
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
# Add your path into this array
|
||||
KNOWN_QMAKE_PATHS=( \
|
||||
/Developer/Tools/qmake \
|
||||
~/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/Qt/5.2.0/clang_64/bin/qmake \
|
||||
|
@ -7,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 \
|
||||
~/Qt5.3.0/5.3/clang_64/bin/qmake \
|
||||
)
|
||||
|
||||
# Prints path to directory with found qmake binary or prints nothing if not found
|
||||
|
|
Loading…
Add table
Reference in a new issue