<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From 1bdabb7678ced1726ae138b6e4c0f858e1aebebb Mon Sep 17 00:00:00 2001
From: Juri Grabowski &lt;git-commit@jugra.de&gt;
Date: Mon, 18 May 2020 08:12:46 +0000
Subject: [PATCH 1/1] add build dependencies for qt5

---
 debian/control | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index eaf981e..75a8cee 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,10 @@ Uploaders:
  Mihai Moldovan &lt;ionic@ionic.de&gt;,
 Build-Depends:
  debhelper (&gt;= 7.0.50~),
- libqt4-dev,
+ libqt4-dev | qtbase5-dev,
+ libqt4-dev | qttools5-dev-tools,
+ libqt4-dev | libqt5svg5-dev,
+ libqt4-dev | libqt5x11extras5-dev,
  libldap2-dev,
  libssh-dev (&gt;= 0.5.4-2~),
  libcups2-dev,
</pre></body></html>