summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-09-05 17:07:32 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-09-05 21:43:58 -0700
commitfde266860efc5ea627eec547547e99ce9ebd62c8 (patch)
tree7c0d4ac5910f47343b0daa6015a70a29ac015209 /scripts
parent1509302b466f9279b9849d9550949e982e6ced22 (diff)
downloadsubsurface-fde266860efc5ea627eec547547e99ce9ebd62c8.tar.gz
Travis: fix qt56 builds
This seems very strange - but it appears that we are missing the 'which' command. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/qt56/before_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/qt56/before_install.sh b/scripts/qt56/before_install.sh
index ed69f1087..ecfe8785e 100644
--- a/scripts/qt56/before_install.sh
+++ b/scripts/qt56/before_install.sh
@@ -17,4 +17,4 @@ docker exec -t builder zypper --non-interactive install \
libqt5-linguist-devel libqt5-qttools-devel libQt5WebKitWidgets-devel \
libqt5-qtbase-devel libQt5WebKit5-devel libqt5-qtsvg-devel \
libqt5-qtscript-devel libqt5-qtdeclarative-devel \
- libqt5-qtconnectivity-devel libqt5-qtlocation-devel libcurl-devel
+ libqt5-qtconnectivity-devel libqt5-qtlocation-devel libcurl-devel which