#!/usr/bin/make -f

export QT_SELECT=qt5
export DESTDIR=$(CURDIR)/debian/stretchplayer

%:
	dh $@ --buildsystem=cmake

override_dh_auto_configure:
	dh_auto_configure -- -DCMAKE_POLICY_VERSION_MINIMUM=3.5
