From 7ba53226430256f5a931ec8c311e7253cfb052d7 Mon Sep 17 00:00:00 2001 From: Syping Date: Sun, 18 Nov 2018 20:39:32 +0100 Subject: [PATCH] fix CI script SVG module installation --- .ci/debian_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/debian_install.sh b/.ci/debian_install.sh index c0fb4e7..f17218a 100755 --- a/.ci/debian_install.sh +++ b/.ci/debian_install.sh @@ -2,4 +2,4 @@ # Install packages apt-get update -qq && \ -apt-get install -qq ${APT_INSTALL} checkinstall dpkg-dev fakeroot g++ gcc qtbase5-dev qt5-qmake qttranslations5-l10n libqt4-dev +apt-get install -qq ${APT_INSTALL} checkinstall dpkg-dev fakeroot g++ gcc qtbase5-dev qt5-qmake qttranslations5-l10n libqt4-dev libqt5svg5-dev