#!/usr/bin/make -f
include /usr/share/dpkg/default.mk

export QT_SELECT = qt6
DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
%:
	dh $@ --parallel

override_dh_auto_configure:
	dh_auto_configure -- -DCVERSION=$(DEB_VERSION_UPSTREAM) -DENABLE_QT6=ON

