Commit ba1fc86f authored by Daenyth's avatar Daenyth
Browse files

Install qt dep for travis

parent 478c7f23
...@@ -5,4 +5,4 @@ compiler: ...@@ -5,4 +5,4 @@ compiler:
script: mkdir build && cd build && cmake .. && make script: mkdir build && cd build && cmake .. && make
before_install: before_install:
- sudo apt-get update -qq - 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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment