#!/usr/bin/make -f
# -*- makefile -*-

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

%:
	dh $@
