diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2019-09-03 02:19:54 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2019-11-23 20:06:14 +0100 |
commit | df1da1e18fc0a71e6871051c5af852d6ce8390e2 (patch) | |
tree | 37d4c18c255c07567c07a983ddd5c683bb3f757d /.ci | |
parent | Fix shadow warning (diff) | |
download | nheko-df1da1e18fc0a71e6871051c5af852d6ce8390e2.tar.xz |
Install quickcontrols in ci
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |