From d62356c08e23c6971d2996866eb6bdf43000520b Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Thu, 15 Sep 2016 17:07:50 +0800 Subject: Fix FTBFS. Force Qt5 while building. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index b606ceb..f4fb898 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,5 @@ #!/usr/bin/make -f %: - dh $@ --parallel + env QT_SELECT=qt5 dh $@ --parallel override_dh_auto_install: $(MAKE) INSTALL_ROOT=$$(pwd)/debian/tmp prefix=/usr install -- cgit v1.2.3