#!/usr/bin/make -f
# -*- makefile -*-

export CC=gcc-10
export CXX=g++-10

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