use 5.12.0 on macOS

This commit is contained in:
Le Tan 2019-06-24 20:24:04 +08:00
parent 151481cfca
commit af30757742

View File

@ -19,17 +19,17 @@ mkdir build
cd build
export VERBOSE=1
export QT_CI_PACKAGES="qt.qt5.5121.clang_64,qt.qt5.5121.qtwebengine"
export QT_CI_PACKAGES="qt.qt5.5120.clang_64,qt.qt5.5120.qtwebengine"
git clone https://github.com/tamlok/qtci.git
source qtci/path.env
install-qt 5.12.1
source qt-5.12.1.env
install-qt 5.12.0
source qt-5.12.0.env
echo $PATH
QTDIR="${project_dir}/build/Qt/5.12.1/clang_64"
QTDIR="${project_dir}/build/Qt/5.12.0/clang_64"
LDFLAGS=-L$QTDIR/lib
CPPFLAGS=-I$QTDIR/include