PKGBUILDs/qt5-webglplugin/mingw-w64/PKGBUILD.sh.ep

14 lines
427 B
Plaintext
Raw Normal View History

% layout 'mingw-w64-qt5-module';
\
2024-03-15 22:47:25 +01:00
pkgver=5.15.13
pkgrel=1
arch=('any')
pkgdesc="QPA plugin for running an application via a browser using streamed WebGL commands (mingw-w64)"
depends=(<%== qt5deps qw(declarative websockets) %>)
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
2020-01-28 21:12:38 +01:00
\
% content_for build_config => begin
_additional_qmake_args=QT_INSTALL_PREFIX=/usr/${_arch}
% end