Switch PATH to brew's Qt.
This commit is contained in:
parent
e857dc6a8d
commit
bc6ff3df0d
|
@ -654,8 +654,7 @@ for:
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
- ls ${HOME}/Qt
|
- ls ${HOME}/Qt
|
||||||
- export QTDIR="${HOME}/${QT}"
|
- export PATH="$HOME/.local/bin:`python3 -m site --user-base`/bin:$PATH"
|
||||||
- export PATH="$QTDIR/bin:$HOME/.local/bin:`python3 -m site --user-base`/bin:${HOME}/Qt/Qt Creator.app/Contents/MacOS:$PATH"
|
|
||||||
- echo $PATH
|
- echo $PATH
|
||||||
- python3 --version
|
- python3 --version
|
||||||
- whereis python3
|
- whereis python3
|
||||||
|
@ -717,7 +716,8 @@ for:
|
||||||
fi
|
fi
|
||||||
- sudo python3 -m pip install --upgrade pip
|
- sudo python3 -m pip install --upgrade pip
|
||||||
- pip3 install --user --upgrade pip dropbox
|
- pip3 install --user --upgrade pip dropbox
|
||||||
- export PATH="$PATH:`python3 -m site --user-base`/bin"
|
- export QTDIR=`$(brew --prefix qt6)`
|
||||||
|
- export PATH="$PATH:`python3 -m site --user-base`/bin:$QTDIR/bin"
|
||||||
- echo $PATH
|
- echo $PATH
|
||||||
- python3 --version
|
- python3 --version
|
||||||
- clang --version
|
- clang --version
|
||||||
|
|
Loading…
Reference in New Issue
Block a user