#!/usr/bin/make -f

include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk

BINARY_VERSION_NO_EPOCH := $(shell dpkg-parsechangelog -S Version | sed 's/^[[:digit:]]\+\://')

override_dh_auto_configure:
	$(overridden_command)

override_dh_auto_install:
	$(overridden_command) --destdir=debian/tmp

.PHONY: override_dh_auto_test
