#!/usr/bin/make -f

# Enable hardening build flags
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

export QT_SELECT := qt5

# one ring to rule them all ...
%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
		-DCMAKE_VERBOSE_MAKEFILE=ON \
		-DUPDATE_TRANSLATIONS=OFF

override_dh_installchangelogs:
	dh_installchangelogs changelog.txt

override_dh_compress:
	dh_compress -X.qch -X.qhc
