update travis qt version (#2394)

This commit is contained in:
shun-iwasawa 2018-11-29 10:43:12 +09:00 committed by GitHub
parent 7846407b39
commit a6b10a1bfb
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/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