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

export QT_SELECT := qt5

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

override_dh_auto_test:
	:

override_dh_auto_configure:
	dh_auto_configure -- -DBUILD_QCH=ON
