blob: 020826138751f3162fa84f785549fcc32e6cb781 (
plain)
1
2
3
4
5
6
7
8
9
|
% layout 'mingw-w64-qt5-module';
\
pkgver=5.15.15
pkgrel=1
arch=('any')
pkgdesc='Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients (mingw-w64)'
depends=(<%== qt5deps qw(declarative) %>)
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
license=('GPL3' 'LGPL' 'FDL' 'custom')
|