We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd3302 commit 08fb30aCopy full SHA for 08fb30a
.travis.yml
@@ -35,7 +35,7 @@ install:
35
- if [ "$QT_BASE" = "54" ]; then sudo apt-get install -qq qt54base; source /opt/qt54/bin/qt54-env.sh; fi
36
- if [ "$QT_BASE" = "55" ]; then sudo apt-get install -qq qt55base; source /opt/qt55/bin/qt55-env.sh; fi
37
- 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
+ - if [ "$QT_BASE" = "57" ]; then sudo apt-get install -qq qt57base; source /opt/qt57/bin/qt57-env.sh; fi
39
40
script:
41
- qmake -r
0 commit comments