From df1da1e18fc0a71e6871051c5af852d6ce8390e2 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Tue, 3 Sep 2019 02:19:54 +0200 Subject: [PATCH] Install quickcontrols in ci --- .ci/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/install.sh b/.ci/install.sh index c1f42357..b2fa5cda 100755 --- a/.ci/install.sh +++ b/.ci/install.sh @@ -54,5 +54,6 @@ if [ "$TRAVIS_OS_NAME" = "linux" ]; then qt${QT_PKG}tools \ qt${QT_PKG}svg \ qt${QT_PKG}multimedia \ + qt${QT_PKG}quickcontrols2 \ liblmdb-dev fi