SVN commit 1321334 by kuemmel:
mark Qt5 build when versioname is used
M +1 -0 travis.sh
--- branches/work/kst/portto4/kst/cmake/travis.sh #1321333:1321334
@@ -184,6 +184,7 @@
if [ "$1" = "qt5" ]; then
ver=$ver-Qt5
qtopt="-Dkst_qt5=1 -Dkst_opengl=0"
+ versionname=$versionname-Qt5
else
ver=$ver-Qt4
qtopt="-Dkst_qt4=/opt/$qtver -Dkst_opengl=0"