Skip to content

Commit d0194e6

Browse files
committed
Bump Qt to 5.9.2
Closes #3925
1 parent 46ef3c6 commit d0194e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis/linux..before_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
sudo add-apt-repository ppa:beineri/opt-qt58-trusty -y
3+
sudo add-apt-repository ppa:beineri/opt-qt592-trusty -y
44
sudo add-apt-repository ppa:andrewrk/libgroove -y
55
sudo sed -e "s/trusty/precise/" -i \
66
/etc/apt/sources.list.d/andrewrk-libgroove-trusty.list

.travis/linux..install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PACKAGES="cmake libsndfile-dev fftw3-dev libvorbis-dev libogg-dev libmp3lame-dev
99
PACKAGES="$PACKAGES libjack0"
1010

1111
if [ $QT5 ]; then
12-
PACKAGES="$PACKAGES qt58base qt58translations qt58tools"
12+
PACKAGES="$PACKAGES qt59base qt59translations qt59tools"
1313
else
1414
PACKAGES="$PACKAGES libqt4-dev"
1515
fi

.travis/linux..script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
if [ $QT5 ]; then
33
unset QTDIR QT_PLUGIN_PATH LD_LIBRARY_PATH
4-
source /opt/qt58/bin/qt58-env.sh
4+
source /opt/qt59/bin/qt59-env.sh
55
fi
66

77
cmake -DUSE_WERROR=ON $CMAKE_FLAGS ..

0 commit comments

Comments
 (0)