#!/usr/bin/make -f
include /usr/share/dpkg/default.mk

export QT_SELECT = qt5

%:
	dh $@ --parallel


