Add qt5-svg dependency

The modeling plugin needs it to export its models as SVG and
it can also be used in the image viewer.
This commit is contained in:
Tobias Hunger
2016-02-25 17:31:46 +01:00
parent be0f15c996
commit d9097a9470

View File

@@ -8,13 +8,13 @@
# Contributor: Tobias Hunger <tobias dot hunger at gmail dot com>
pkgname=qtcreator-git
pkgver=v3.6.82
pkgver=v3.6.0.r1561.gc3a1355
pkgrel=1
pkgdesc='Lightweight, cross-platform integrated development environment'
arch=('i686' 'x86_64')
url='http://wiki.qt.io/Category:Tools::QtCreator'
license=('GPL')
depends=('qt5-quick1' 'qt5-tools' 'qt5-quickcontrols')
depends=('qt5-quick1' 'qt5-tools' 'qt5-quickcontrols' 'qt5-svg')
makedepends=('git' 'mesa' 'clang')
options=('docs')
optdepends=('qt5-doc: for the integrated Qt documentation'