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

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

override_dh_auto_test:
	# Disable auto_tests at build time
	:

override_dh_makeshlibs:
	$(overridden_command) -Xusr/lib/$(DEB_HOST_MULTIARCH)/qt5/plugins/purpose/ -Xusr/lib/$(DEB_HOST_MULTIARCH)/libReviewboardHelpers.so

override_dh_shlibdeps:
	$(overridden_command) -plibkf5purpose5 -- -xlibkf5purpose-bin
	$(overridden_command) --remaining-packages
