blob: 4abcb1524d2ff015e45db96c07519cd318397600 (
plain)
1
2
3
4
5
6
7
8
9
10
|
% layout 'mingw-w64-qt5-module';
\
pkgver=5.15.16
pkgrel=1
arch=('any')
pkgdesc="Qt Data Visualization module (mingw-w64)"
depends=(<%== qt5deps qw(base) %>)
optdepends=(<%== qt5optdeps declarative => 'QML bindings' %>)
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config' <%== qt5deps qw(declarative) %>)
license=('GPL3' 'LGPL' 'FDL' 'custom')
|