PKGBUILDs/qt6-3d/mingw-w64/PKGBUILD.sh.ep

14 lines
533 B
Plaintext
Raw Normal View History

% layout 'mingw-w64-qt6-module', additional_library => 1, has_binaries => 1;
\
2021-06-08 13:12:14 +02:00
_qtver=6.1.1
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
pkgdesc='C++ and QML APIs for easy inclusion of 3D graphics (mingw-w64)'
depends=(<%== qt6deps qw(declarative) %>)
2021-06-08 13:12:14 +02:00
makedepends=('mingw-w64-cmake<%== $static_suffix %>' 'mingw-w64-vulkan-headers' 'mingw-w64-vulkan-icd-loader'
'qt6-shadertools' 'qt6-declarative' 'ninja')
2021-06-08 13:12:14 +02:00
optdepends=(<%== qt6optdeps shadertools => 'RHI renderer' %>)