#!/usr/bin/make -f

export DEB_BUILD_HARDENING=1

%:
	dh $@ --parallel

override_dh_auto_configure:
	qmake
