#!/usr/bin/make -f

QPK_CONFIGURE_ARGS =

%:
	dh $@ --parallel --with kf5

override_dh_auto_configure:
	dh_auto_configure -- $(QPK_CONFIGURE_ARGS)

override_dh_install:
	dh_install --list-missing
