summaryrefslogtreecommitdiff
path: root/tools/setup-snowshoe-deps.sh
blob: 960d78468f62a02df5cb590732d6518a129d3ea1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

MIRROR_URL=http://qtlabs.org.br/~lmoura/qt5/

# Uncomment line below to use the internal mirror
#MIRROR_URL=http://10.60.5.99/lauro/qt5/

scratchbox -s <<EOF
echo "deb $MIRROR_URL unstable main" >> /etc/apt/sources.list
apt-get update
fakeroot apt-get install -y "qt5-*" webkit-snapshot qt-components2
EOF