mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-16 20:17:45 -07:00
Attempt to get travis compile using qt5.2
This commit is contained in:
parent
569180799d
commit
4de9da8b2b
2 changed files with 6 additions and 4 deletions
|
|
@ -8,5 +8,8 @@ prefix=""
|
|||
if [[ $TRAVIS_OS_NAME == "osx" && $QT4 == 0 ]]; then
|
||||
prefix="-DCMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.4.0/"
|
||||
fi
|
||||
if [[ $TRAVIS_OS_NAME == "linux" && $QT4 == 0 ]]; then
|
||||
prefix="-DCMAKE_PREFIX_PATH=/opt/qt52/lib/cmake/"
|
||||
fi
|
||||
cmake .. -DWITH_SERVER=1 -DWITH_QT4=$QT4 $prefix
|
||||
make -j2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue