summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorNobuaki Sukegawa <nsukeg@gmail.com>2014-12-07 21:45:33 +0900
committerRoger Meier <roger@apache.org>2014-12-21 16:36:47 +0100
commit6622877a09a1ec6d38132bcdc9ac9a856d1c3931 (patch)
tree9e87f1f75b6f3644b2d3f757f8725a7622d26f22 /contrib
parent6304a5341459eaa33e64aea80e0d0cc7d1b0b765 (diff)
downloadthrift-6622877a09a1ec6d38132bcdc9ac9a856d1c3931.tar.gz
THRIFT-2098 Add support for Qt5+
Diffstat (limited to 'contrib')
-rw-r--r--contrib/installCXXDependencies.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/installCXXDependencies.sh b/contrib/installCXXDependencies.sh
index 59a34067f..2128da42e 100644
--- a/contrib/installCXXDependencies.sh
+++ b/contrib/installCXXDependencies.sh
@@ -21,9 +21,9 @@
# Mainly aiming Travis CI's Ubuntu machines for now
# see what we need: http://thrift.apache.org/docs/install/ubuntu
-
# General dependencies
sudo apt-add-repository "deb http://archive.ubuntu.com/ubuntu/ trusty main restricted" -y
sudo apt-get update -qq
-sudo apt-get install -qq libboost-dev libboost-test-dev libboost-program-options-dev libboost-system-dev libboost-filesystem-dev libboost-thread-dev libevent-dev automake libtool flex bison pkg-config g++ libssl-dev make cmake libqt4-dev git debhelper bc
+
+sudo apt-get install -qq libpango-1.0-0 libqt4-dev qtbase5-dev qtbase5-dev-tools qt5-default libboost-dev libboost-test-dev libboost-program-options-dev libboost-system-dev libboost-filesystem-dev libboost-thread-dev libevent-dev automake libtool flex bison pkg-config g++ libssl-dev make cmake git debhelper bc
dpkg -S /usr/include/boost/version.hpp