PKGBUILDs/qt6-charts/static-compat/PKGBUILD.sh.ep
Martchus aad0f91e60 Update Qt 6 packages to 6.4.0
Unfortunately mingw-w64-qt6-multimedia does not build at
all anymore (not even without an actual backend like before).
2022-10-01 18:18:19 +02:00

12 lines
319 B
Plaintext

% layout 'static-compat-qt6-module';
\
_qtver=6.4.0
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
pkgdesc='Provides a set of easy to use chart components'
depends=(<%== qt6deps qw(declarative) %>)
makedepends=(static-compat-cmake static-compat-vulkan-headers ninja)