Update travis.yml to use Qt5 instead of Qt4
This commit is contained in:
parent
f801982830
commit
0708361649
@ -17,9 +17,7 @@ matrix:
|
|||||||
before_install:
|
before_install:
|
||||||
- "if [ $TRAVIS_OS_NAME = 'osx' ]; then \
|
- "if [ $TRAVIS_OS_NAME = 'osx' ]; then \
|
||||||
brew update && \
|
brew update && \
|
||||||
brew tap cartr/qt4 && \
|
brew install qt && \
|
||||||
brew tap-pin cartr/qt4 && \
|
|
||||||
brew install qt@4 && \
|
|
||||||
brew install protobuf && \
|
brew install protobuf && \
|
||||||
ls -lR /usr/local/include; \
|
ls -lR /usr/local/include; \
|
||||||
fi"
|
fi"
|
||||||
@ -27,8 +25,7 @@ before_install:
|
|||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- libqt4-dev
|
- qtbase5-dev
|
||||||
- qt4-qmake
|
|
||||||
- libpcap-dev
|
- libpcap-dev
|
||||||
- libprotobuf-dev
|
- libprotobuf-dev
|
||||||
- protobuf-compiler
|
- protobuf-compiler
|
||||||
|
Loading…
Reference in New Issue
Block a user