add qt5 dev package to travis
This commit is contained in:
parent
b36a91a363
commit
0f42f82439
|
@ -2,6 +2,7 @@ language: cpp
|
|||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq libxtst-dev
|
||||
- sudo apt-get install -qq qtdeclarative5-dev
|
||||
script: sh -x ./clean_build.sh
|
||||
# skip install phase since we have a customized install package
|
||||
# creation tool for each supported platform
|
||||
|
|
Loading…
Reference in New Issue