diff --git a/debian/rules b/debian/rules index 1d13751..b402187 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f +export QT_SELECT=5 include /usr/share/dpkg/default.mk -export QT_SELECT = qt5 DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH) %: @@ -8,4 +8,4 @@ DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH) override_dh_auto_configure: dh_auto_configure -- \ - -DHOST_MULTIARCH="$(DEB_HOST_MULTIARCH)" \ No newline at end of file + -DHOST_MULTIARCH="$(DEB_HOST_MULTIARCH)"