#!/usr/bin/make -f

export QTDIR=/usr/share/qt5
export QT_SELECT=qt5

%:
	dh $@

override_dh_auto_install:
	dh_auto_install -- PREFIX=/usr
