mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-19 18:26:34 +01:00
Travis: Yet another fix
This commit is contained in:
parent
d3aebb2b0c
commit
d6b142bba2
@ -64,8 +64,11 @@ script:
|
||||
- QMAKE="qmake"
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
CXXFLAGS="-Wextra -Werror";
|
||||
if [[ "$QT" == "qt58" ]]; then QMAKE="/opt/qt58/bin/qmake"; fi
|
||||
if [[ "$QT" == "qt59" ]]; then QMAKE="/opt/qt59/bin/qmake"; fi
|
||||
if [[ "$QT" == "qt58" ]]; then
|
||||
QMAKE="/opt/qt58/bin/qmake";
|
||||
elif [[ "$QT" == "qt59" ]]; then
|
||||
QMAKE="/opt/qt59/bin/qmake";
|
||||
fi
|
||||
fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||
MACDEPLOYQT="macdeployqt";
|
||||
|
Loading…
Reference in New Issue
Block a user