mingw-w64-qt5-tools: added mingw-w64-qt5-declarative as make dependency

This commit is contained in:
Martchus 2016-04-17 19:45:13 +02:00
parent 0a39686cde
commit 33b280b151
1 changed files with 2 additions and 2 deletions

View File

@ -8,11 +8,11 @@
_qt_module=qttools
pkgname="mingw-w64-qt5-tools"
pkgver=5.6.0
pkgrel=1
pkgrel=2
arch=('any')
pkgdesc="A cross-platform application and UI framework (Development Tools, QtHelp; mingw-w64)"
depends=('mingw-w64-qt5-base')
makedepends=('mingw-w64-gcc')
makedepends=('mingw-w64-gcc' 'mingw-w64-qt5-declarative')
options=('!strip' '!buildflags' 'staticlibs')
license=('GPL3' 'LGPL')
url="https://www.qt.io/"