From a65f2002ef220775b3b0c800ca503cb2339c0b1e Mon Sep 17 00:00:00 2001 From: manongjohn Date: Feb 20 2019 04:48:53 +0000 Subject: Update Travis QT version for OSX builds (#2528) --- diff --git a/ci-scripts/osx/travis-build.sh b/ci-scripts/osx/travis-build.sh index 7fb8b47..2ccffc4 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