Remove dependency on qt5-webengine

Webengine is *not* the preferred way to view documentation anymore:
It is huge and unnecessary at this time.
This commit is contained in:
Tobias Hunger
2017-07-24 22:02:25 +02:00
parent e98861a6af
commit da21fd5a02

View File

@@ -14,7 +14,7 @@ pkgdesc='Lightweight, cross-platform integrated development environment'
arch=('i686' 'x86_64')
url='https://www.qt.io/ide/'
license=('GPL')
depends=('clang' 'qbs' 'qt5-svg' 'qt5-tools' 'qt5-webengine')
depends=('clang' 'qbs' 'qt5-svg' 'qt5-tools')
makedepends=('git' 'llvm' 'mesa')
options=('docs')
optdepends=('bzr: bazaar support'