update qt version for travis ci (#2313)

This commit is contained in:
shun-iwasawa 2018-10-02 21:45:02 +09:00 committed by GitHub
parent 995cf619d4
commit a6cbee8ccf
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 popd
cd toonz && mkdir build && cd build cd toonz && mkdir build && cd build
cmake ../sources \ cmake ../sources \
-DQT_PATH=/usr/local/Cellar/qt/5.11.1/lib/ \ -DQT_PATH=/usr/local/Cellar/qt/5.11.2/lib/ \
-DTIFF_INCLUDE_DIR=../../thirdparty/tiff-4.0.3/libtiff/ \ -DTIFF_INCLUDE_DIR=../../thirdparty/tiff-4.0.3/libtiff/ \
-DSUPERLU_INCLUDE_DIR=../../thirdparty/superlu/SuperLU_4.1/include/ -DSUPERLU_INCLUDE_DIR=../../thirdparty/superlu/SuperLU_4.1/include/
make -j 2 make -j 2