#!/usr/bin/make -f

QT_SELECT=5

override_dh_auto_clean:
	rm -f i18n/chessx_*.qm
	dh_auto_clean

%:
	QT_SELECT=5 dh $@
