summarylogtreecommitdiffstats
path: root/PKGBUILD.sh.ep
blob: d596f748b9f97cd06a2008d41dc3d07d05c51947 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
% layout 'mingw-w64-qt6-module', has_binaries => 1;
\
_qtver=6.1.0
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
pkgdesc='Qt module and API for defining 3D content in Qt Quick (mingw-w64)'
depends=(<%== qt6deps qw(declarative) %>)
makedepends=('mingw-w64-cmake<%== $static_suffix %>' 'mingw-w64-vulkan-headers' 'mingw-w64-vulkan-icd-loader' 'mingw-w64-assimp'
             <%== qt6deps qw(shadertools) %> 'qt6-quick3d' 'qt6-shadertools' 'ninja')