#!/usr/bin/make -f

export QT_SELECT=qt5

%:
	dh $@ --buildsystem qmake

override_dh_auto_configure:
	dh_auto_configure -Sqmake -- CONFIG+="no_rpath recheck config_libass_link config_openal_link no-tests"
