Skip to content

Commit 08fb30a

Browse files
committed
Fix Qt 5.7 build
1 parent bdd3302 commit 08fb30a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ install:
3535
- if [ "$QT_BASE" = "54" ]; then sudo apt-get install -qq qt54base; source /opt/qt54/bin/qt54-env.sh; fi
3636
- if [ "$QT_BASE" = "55" ]; then sudo apt-get install -qq qt55base; source /opt/qt55/bin/qt55-env.sh; fi
3737
- if [ "$QT_BASE" = "56" ]; then sudo apt-get install -qq qt56base; source /opt/qt56/bin/qt56-env.sh; fi
38-
- if [ "$QT_BASE" = "57" ]; then sudo apt-get install -qq qt56base; source /opt/qt57/bin/qt57-env.sh; fi
38+
- if [ "$QT_BASE" = "57" ]; then sudo apt-get install -qq qt57base; source /opt/qt57/bin/qt57-env.sh; fi
3939

4040
script:
4141
- qmake -r

0 commit comments

Comments
 (0)