0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-27 08:41:02 +08:00

add qt5 to travis

This commit is contained in:
Sergey Yagovtsev 2016-06-29 06:59:06 +04:00
parent b422379683
commit d8569333b2

View File

@ -14,3 +14,9 @@ addons:
packages:
- cmake
- cmake-data
before_install:
- sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
- sudo apt-get update -qq
- sudo apt-get install qtbase5-dev qtdeclarative5-dev libqt5webkit5-dev libsqlite3-dev
- sudo apt-get install qt5-default qttools5-dev-tools