diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/control | 3 | ||||
| -rwxr-xr-x | 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 <debian@jff.email>  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 | 
