Browse Source

debian: make sure qt5 build tools are used

Specifically avoid `lrelease` call be confused with qt4 variant.
Marek Marczykowski-Górecki 3 years ago
parent
commit
1b0f96a756
1 changed files with 1 additions and 0 deletions
  1. 1 0
      debian/rules

+ 1 - 0
debian/rules

@@ -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