From 4e4401a9e2e2d6366e0c3fb8c1da4abf4034a053 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Wed, 25 Jun 2014 18:39:26 +0200 Subject: [PATCH] maybe fix travis build for ubuntu --- travis-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis-dependencies.sh b/travis-dependencies.sh index 533a213b..e9317d2a 100755 --- a/travis-dependencies.sh +++ b/travis-dependencies.sh @@ -5,5 +5,5 @@ if [[ $TRAVIS_OS_NAME == "osx" ]] ; then brew install qt cmake protobuf else sudo apt-get update -qq - sudo apt-get install -y qtmobility-dev libprotobuf-dev protobuf-compiler libqt4-dev + sudo apt-get install -y qtmobility-dev libprotobuf-dev protobuf-compiler libqt4-dev qt4-dev-tools fi