#!/usr/bin/make -f

export QT_SELECT := qt5

override_dh_auto_configure:
	./autogen.sh
	dh_auto_configure

override_dh_auto_install:
	make install INSTALL_ROOT=`pwd`/debian/tmp

%:
	dh $@
