#!/usr/bin/make -f

export QT_SELECT = 5

%:
	dh $@ --parallel

override_dh_installchangelogs:
	dh_installchangelogs NEWS
