From 9e4c4c49fad21372f7f2e95f65d2932a7e024eef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 13 Jul 2019 18:30:03 +0200 Subject: Add QT stuff --- debian/control | 3 +-- debian/rules | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index a63555f..7906dc1 100644 --- a/debian/control +++ b/debian/control @@ -4,8 +4,7 @@ Priority: optional Maintainer: Jörg Frings-Fürst Build-Depends: debhelper (>= 12), - dh-exec (>=0.3), - qt5-default + dh-exec (>=0.3) Build-Depends-Indep: cmake, doxygen, diff --git a/debian/rules b/debian/rules index 68cb768..82e9ad9 100755 --- a/debian/rules +++ b/debian/rules @@ -19,6 +19,7 @@ ifneq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE)) confflags += --host $(DEB_HOST_GNU_TYPE) endif +export QT_SELECT=qt5 %: dh $@ --with autoreconf -- cgit v1.2.3