Add qt5 location deps in .travis.yml

This commit is contained in:
Alex Makarov
2016-06-29 14:59:22 +03:00
parent fa0c1dbda2
commit 82c9406bbc

View File

@@ -14,7 +14,7 @@ before_install:
install: install:
- sudo apt-get install -y --force-yes build-essential g++-4.8 -y - sudo apt-get install -y --force-yes build-essential g++-4.8 -y
- sudo apt-get install -y --force-yes qtbase5-dev qtdeclarative5-dev libqt5gui5 qttools5-dev-tools qttools5-dev qtmultimedia5-dev libmsgpack-dev - sudo apt-get install -y --force-yes qtbase5-dev qtdeclarative5-dev libqt5gui5 qttools5-dev-tools qttools5-dev qtmultimedia5-dev libqt5location5 qtlocation5-dev libmsgpack-dev
script: script:
- qmake -qt=qt5 qmsgpack.pro - qmake -qt=qt5 qmsgpack.pro