mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-13 17:48:00 -05:00
Add Qt5 option. Use Qt5 by default.
This commit is contained in:
@@ -5,7 +5,7 @@ set -e
|
||||
#if OS is linux or is not set
|
||||
if [ "$TRAVIS_OS_NAME" = linux -o -z "$TRAVIS_OS_NAME" ]; then
|
||||
mkdir build && cd build
|
||||
cmake ..
|
||||
cmake -DUSE_QT5=OFF ..
|
||||
make -j4
|
||||
elif [ "$TRAVIS_OS_NAME" = osx ]; then
|
||||
mkdir build && cd build
|
||||
|
Reference in New Issue
Block a user