Commit 1a52415b authored by Zach's avatar Zach
Browse files

QT5 updated to 5.4.2

parent 1d08dc58
......@@ -6,7 +6,7 @@ mkdir build
cd build
prefix=""
if [[ $TRAVIS_OS_NAME == "osx" && $QT4 == 0 ]]; then
prefix="-DCMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.4.1/"
prefix="-DCMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.4.2/"
fi
if [[ $TRAVIS_OS_NAME == "linux" && $QT4 == 0 ]]; then
prefix="-DCMAKE_PREFIX_PATH=/opt/qt52/lib/cmake/"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment