From 9c682504004c2a15ec275dabee1f70a18efbe05f Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Sun, 11 May 2014 16:40:24 +0200 Subject: [PATCH] add qt deps manually. shlibdeps doesn't really work in our x-compile setup yet --- debian/control | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index d7f593d5..da58daf5 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,9 @@ Standards-Version: 3.9.3 Package: guh Architecture: any -Depends: ${shlibs:Depends}, +Depends: libqt5network5, + libqt5gui5, + ${shlibs:Depends}, ${misc:Depends}, Description: guh server Add some description.