PKGNAME=pyside6
PKGSEC=libs
PKGDEP="qt-6 python-3 llvm"
BUILDDEP="sphinx wheel setuptools"
PKGDES="Python bindings for the Qt 6 cross-platform application and UI framework"

PKGPROV="shiboken6"

ABTYPE=cmakeninja

CMAKE_AFTER=(
	"-DUSE_PYTHON_VERSION=3"
	"-DBUILD_TESTS=OFF"
	"-DCMAKE_BUILD_TYPE=None"
	"-DFORCE_LIMITED_API=no"
	"-DNO_QT_TOOLS=yes"
)
