mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-15 16:32:07 -07: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