#!/usr/bin/make -f
export QT_SELECT=5
%:
	dh $@ 

override_dh_auto_clean:
	echo clean

