travis macos fix
This commit is contained in:
parent
5fdeea0581
commit
b9d4c53eb6
2 changed files with 6 additions and 3 deletions
|
|
@ -35,7 +35,7 @@ echo "Brew Qt version $(brew --prefix qt)"
|
|||
#if [ -f $(brew --prefix qt)/clang_64/bin/qmake ]; then QT_BIN_DIR=$(brew --prefix qt)/clang_64/bin;
|
||||
#else QT_BIN_DIR=$HOME/Qt/5.14.2/clang_64/bin; fi
|
||||
|
||||
QT_BIN_DIR=$HOME/Qt/5.14.2/clang_64/bin
|
||||
QT_BIN_DIR=$HOME/Qt/$QT_VERSION/clang_64/bin
|
||||
|
||||
#QIF_BIN_DIR=$HOME/Qt/Tools/QtInstallerFramework/4.0/bin
|
||||
QIF_BIN_DIR=$QT_BIN_DIR/../../../Tools/QtInstallerFramework/4.0/bin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue