From 6a3ad64ad961e578acac4db793385a0aac3f6be5 Mon Sep 17 00:00:00 2001 From: otakuto Date: Tue, 13 Dec 2016 17:48:22 +0900 Subject: [PATCH] fix QT_PATH (#961) --- ci-scripts/osx/travis-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-scripts/osx/travis-build.sh b/ci-scripts/osx/travis-build.sh index f8bab6b9..a6e463d1 100644 --- a/ci-scripts/osx/travis-build.sh +++ b/ci-scripts/osx/travis-build.sh @@ -8,7 +8,7 @@ pushd thirdparty/tiff-4.0.3 popd cd toonz && mkdir build && cd build 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/ \ -DSUPERLU_INCLUDE_DIR=../../thirdparty/superlu/SuperLU_4.1/include/ make