diff options
| author | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2019-07-13 18:30:03 +0200 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2019-07-13 18:30:03 +0200 | 
| commit | 9e4c4c49fad21372f7f2e95f65d2932a7e024eef (patch) | |
| tree | 882f7b1f52ef439108b1796922ba4a5fc5f4d5cf /debian | |
| parent | 507bcd327768259c16261dd8d224c230b48d2b72 (diff) | |
Add QT stuff
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 | 
