#!/usr/bin/make -f

%:
	dh $@ --with kf5

override_dh_auto_configure:
	dh_auto_configure -- -DKF6_COMPAT_BUILD=ON
