#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- -DBUILD_WITH_QT6=ON

execute_before_dh_gencontrol:
	pkgkde-getqmldepends --qt 6 -- -qmlFiles src/qml/*.qml
