debian: make sure qt5 build tools are used
Specifically avoid `lrelease` call be confused with qt4 variant.
This commit is contained in:
parent
0bb58a9aa9
commit
1b0f96a756
1
debian/rules
vendored
1
debian/rules
vendored
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
include /usr/share/dpkg/default.mk
|
include /usr/share/dpkg/default.mk
|
||||||
export DESTDIR=$(shell pwd)/debian/tmp
|
export DESTDIR=$(shell pwd)/debian/tmp
|
||||||
|
export QT_SELECT=qt5
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --with python3 --buildsystem=pybuild
|
dh $@ --with python3 --buildsystem=pybuild
|
||||||
|
Loading…
Reference in New Issue
Block a user