Add dependency on qt5-script
At least some tests need it.
This commit is contained in:
2
PKGBUILD
2
PKGBUILD
@@ -14,7 +14,7 @@ pkgdesc='Lightweight, cross-platform integrated development environment'
|
|||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url='http://wiki.qt.io/Category:Tools::QtCreator'
|
url='http://wiki.qt.io/Category:Tools::QtCreator'
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('qt5-tools' 'qt5-quickcontrols' 'qt5-svg')
|
depends=('qt5-script' 'qt5-tools' 'qt5-quickcontrols' 'qt5-svg')
|
||||||
makedepends=('git' 'mesa' 'clang')
|
makedepends=('git' 'mesa' 'clang')
|
||||||
options=('docs')
|
options=('docs')
|
||||||
optdepends=('qt5-doc: for the integrated Qt documentation'
|
optdepends=('qt5-doc: for the integrated Qt documentation'
|
||||||
|
Reference in New Issue
Block a user