mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 07:18:08 +00:00
TravisCI: Raise minimum Qt version to 5.14.2
This commit is contained in:
parent
9b0c9be7dd
commit
f97a1103b1
@ -47,12 +47,13 @@ addons:
|
|||||||
# sources list: https://github.com/travis-ci/apt-source-safelist/blob/master/ubuntu.json
|
# sources list: https://github.com/travis-ci/apt-source-safelist/blob/master/ubuntu.json
|
||||||
- sourceline: 'deb https://apt.kitware.com/ubuntu/ focal main'
|
- sourceline: 'deb https://apt.kitware.com/ubuntu/ focal main'
|
||||||
key_url: 'https://apt.kitware.com/keys/kitware-archive-latest.asc'
|
key_url: 'https://apt.kitware.com/keys/kitware-archive-latest.asc'
|
||||||
|
- sourceline: 'ppa:beineri/opt-qt-5.14.2-focal'
|
||||||
packages:
|
packages:
|
||||||
# packages list: https://github.com/travis-ci/apt-package-safelist/blob/master/ubuntu-trusty
|
# packages list: https://github.com/travis-ci/apt-package-safelist/blob/master/ubuntu-trusty
|
||||||
- [autoconf, automake, cmake, colormake]
|
- [autoconf, automake, cmake, colormake]
|
||||||
- [libboost-dev, libboost-system-dev]
|
- [libboost-dev, libboost-system-dev]
|
||||||
- libssl-dev
|
- libssl-dev
|
||||||
- [qtbase5-dev, libqt5svg5-dev, qttools5-dev]
|
- [qt514base, qt514svg, qt514tools]
|
||||||
- zlib1g-dev
|
- zlib1g-dev
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
@ -75,6 +76,11 @@ before_install:
|
|||||||
# if they don't call the new binary directly
|
# if they don't call the new binary directly
|
||||||
alias cmake="/usr/bin/cmake"
|
alias cmake="/usr/bin/cmake"
|
||||||
|
|
||||||
|
# Qt 5.14.2
|
||||||
|
PATH="/opt/qt514/bin:$PATH"
|
||||||
|
qmake_conf="$qmake_conf PKG_CONFIG_PATH=/opt/qt514/lib/pkgconfig:$PKG_CONFIG_PATH"
|
||||||
|
cmake_conf="$cmake_conf PKG_CONFIG_PATH=/opt/qt514/lib/pkgconfig:$PKG_CONFIG_PATH"
|
||||||
|
|
||||||
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib"
|
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib"
|
||||||
fi
|
fi
|
||||||
- |
|
- |
|
||||||
|
Loading…
Reference in New Issue
Block a user