Skip to content

Commit

Permalink
update travis qt version (#2394)
Browse files Browse the repository at this point in the history
  • Loading branch information
shun-iwasawa authored Nov 29, 2018
1 parent 7846407 commit a6b10a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-scripts/osx/travis-build.sh
Original file line number Diff line number Diff line change
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/lib/ \
-DQT_PATH=/usr/local/Cellar/qt/5.11.2_1/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 a6b10a1

Please sign in to comment.