diff --git a/.travis_macos.sh b/.travis_macos.sh index e24c3b3e..5db90a41 100644 --- a/.travis_macos.sh +++ b/.travis_macos.sh @@ -19,17 +19,17 @@ mkdir build cd build export VERBOSE=1 -export QT_CI_PACKAGES="qt.qt5.597.clang_64,qt.qt5.597.qtwebengine" +export QT_CI_PACKAGES="qt.qt5.5123.clang_64,qt.qt5.5123.qtwebengine" git clone https://github.com/tamlok/qtci.git source qtci/path.env -install-qt 5.9.7 -source qt-5.9.7.env +install-qt 5.12.3 +source qt-5.12.3.env echo $PATH -QTDIR="${project_dir}/build/Qt/5.9.7/clang_64" +QTDIR="${project_dir}/build/Qt/5.12.3/clang_64" LDFLAGS=-L$QTDIR/lib CPPFLAGS=-I$QTDIR/include