Skip to content

Commit

Permalink
update travis qt version to 5.12.0 (#2414)
Browse files Browse the repository at this point in the history
  • Loading branch information
shun-iwasawa committed Dec 11, 2018
1 parent 63022e5 commit c7ebb59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-scripts/osx/travis-build.sh
Expand Up @@ -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.11.2_1/lib/ \
-DQT_PATH=/usr/local/Cellar/qt/5.12.0/lib/ \
-DTIFF_INCLUDE_DIR=../../thirdparty/tiff-4.0.3/libtiff/ \
-DSUPERLU_INCLUDE_DIR=../../thirdparty/superlu/SuperLU_4.1/include/
make -j 2

0 comments on commit c7ebb59

Please sign in to comment.