#!/usr/bin/make -f

export QT_SELECT = qt5
export PYBUILD_NAME = poppler-qt5
export PYBUILD_BEFORE_INSTALL = dh_sip3

%:
	dh $@ --with python3 --buildsystem=pybuild
