macOS: use qt 5.12.1 instead of 5.12.3

web security issue in 5.12.3
This commit is contained in:
Le Tan 2019-06-19 19:56:55 +08:00
parent 50fbbdb7c2
commit 6e3ab1d0bb

View File

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