#!/usr/bin/make -f

export QT_SELECT=5

%:
	dh $@

override_dh_auto_clean:
	$(RM) -f Makefile
	dh_auto_clean
