1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 02:36:34 +01:00

Travis: Yet another fix

This commit is contained in:
David Rosca 2017-06-12 16:32:28 +02:00
parent d3aebb2b0c
commit d6b142bba2

View File

@ -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";