#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

QT_SELECT=qt5
export QT_SELECT

%:
	dh $@
