debian: make sure qt5 build tools are used

Specifically avoid `lrelease` call be confused with qt4 variant.
This commit is contained in:
Marek Marczykowski-Górecki 2020-11-11 05:02:44 +01:00
parent 0bb58a9aa9
commit 1b0f96a756
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

1
debian/rules vendored
View File

@ -2,6 +2,7 @@
include /usr/share/dpkg/default.mk
export DESTDIR=$(shell pwd)/debian/tmp
export QT_SELECT=qt5
%:
dh $@ --with python3 --buildsystem=pybuild