From 5ae2f0ea6d3c805b6f7c74f7b19af4b2e5579c49 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Tue, 8 Jan 2019 23:58:53 +0100 Subject: Force the use of qmake, currently upstream's intended build system. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index c170b40..355ccdf 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all export QT_SELECT = qt5 %: - dh $@ + dh $@ --without cmake --buildsystem qmake # The tests require X. override_dh_auto_test: -- cgit v1.2.3