1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00

Travis: Fix running qmake

This commit is contained in:
David Rosca 2015-01-27 12:35:00 +01:00
parent ebdea578aa
commit 4173ff2c3e

View File

@ -20,6 +20,7 @@ install:
script:
- QMAKE="qmake"
- if [[ "$QT" == "qt54" ]]; then QMAKE="/opt/qt54/bin/qmake"; fi
- $QMAKE
# - $QMAKE QMAKE_CXXFLAGS+="-Wextra -Werror"
- make || exit 1
# - cd scripts && ./run_tests.sh $QMAKE