mingw-w64-qt5-tools: declarative is not make-only

This commit is contained in:
Martchus 2016-04-25 23:52:10 +02:00
parent 40b36b6de6
commit cf266f0aa9
1 changed files with 3 additions and 3 deletions

View File

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