From 8f2185c5a922fd09229b083f044709118cd37ff3 Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Mon, 28 Mar 2016 11:51:42 +0200 Subject: [PATCH] Add dependency on qt5-script At least some tests need it. --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 1828d61..3877c08 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -14,7 +14,7 @@ pkgdesc='Lightweight, cross-platform integrated development environment' arch=('i686' 'x86_64') url='http://wiki.qt.io/Category:Tools::QtCreator' license=('GPL') -depends=('qt5-tools' 'qt5-quickcontrols' 'qt5-svg') +depends=('qt5-script' 'qt5-tools' 'qt5-quickcontrols' 'qt5-svg') makedepends=('git' 'mesa' 'clang') options=('docs') optdepends=('qt5-doc: for the integrated Qt documentation'