#!/usr/bin/make -f

export QT_SELECT=qt6

%:
	dh $@

override_dh_auto_test:
	# Disable dh_auto_test
	:
