From a65f2002ef220775b3b0c800ca503cb2339c0b1e Mon Sep 17 00:00:00 2001 From: manongjohn Date: Tue, 19 Feb 2019 23:48:53 -0500 Subject: [PATCH] Update Travis QT version for OSX builds (#2528) --- ci-scripts/osx/travis-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-scripts/osx/travis-build.sh b/ci-scripts/osx/travis-build.sh index 7fb8b47e..2ccffc46 100644 --- a/ci-scripts/osx/travis-build.sh +++ b/ci-scripts/osx/travis-build.sh @@ -4,7 +4,7 @@ pushd thirdparty/tiff-4.0.3 popd cd toonz && mkdir build && cd build cmake ../sources \ - -DQT_PATH=/usr/local/Cellar/qt/5.12.0/lib/ \ + -DQT_PATH=/usr/local/Cellar/qt/5.12.1/lib/ \ -DTIFF_INCLUDE_DIR=../../thirdparty/tiff-4.0.3/libtiff/ \ -DSUPERLU_INCLUDE_DIR=../../thirdparty/superlu/SuperLU_4.1/include/ make -j 2