update travis qt version to 5.12.0 (#2414)

This commit is contained in:
shun-iwasawa 2018-12-11 23:19:40 +09:00 committed by GitHub
parent 63022e5d23
commit c7ebb59c25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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