mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00
fix macOS travisCI build
This commit is contained in:
parent
bd16451942
commit
cf3cd67734
@ -2,8 +2,8 @@
|
||||
project_dir=$(pwd)
|
||||
|
||||
brew update > /dev/null
|
||||
brew install qt@5.9
|
||||
QTDIR="/usr/local/opt/qt@5.9"
|
||||
brew install qt
|
||||
QTDIR="/usr/local/opt/qt"
|
||||
PATH="$QTDIR/bin:$PATH"
|
||||
LDFLAGS=-L$QTDIR/lib
|
||||
CPPFLAGS=-I$QTDIR/include
|
||||
|
Loading…
x
Reference in New Issue
Block a user