Install qt dep for travis

This commit is contained in:
Daenyth 2014-06-25 01:18:52 -04:00
parent 478c7f234f
commit ba1fc86f29

View file

@ -5,4 +5,4 @@ compiler:
script: mkdir build && cd build && cmake .. && make
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y qtmobility-dev libprotobuf-dev protobuf-compiler
- sudo apt-get install -y qtmobility-dev libprotobuf-dev protobuf-compiler libqt4-dev