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

%:
	dh $@

execute_after_dh_auto_install:
	# remove symlinks of private libraries
	find debian/qt5ct -name '*.so' -type l -print -delete
