fix QT_PATH (#961)

This commit is contained in:
otakuto 2016-12-13 17:48:22 +09:00 committed by shun-iwasawa
parent 3ebaf33693
commit 6a3ad64ad9

View file

@ -8,7 +8,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/qt55/5.5.1/lib/ \ -DQT_PATH=/usr/local/Cellar/qt@5.5/5.5.1/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 make