summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGard Spreemann <gspreemann@gmail.com>2019-01-08 23:58:53 +0100
committerGard Spreemann <gspreemann@gmail.com>2019-01-09 08:32:06 +0100
commit5ae2f0ea6d3c805b6f7c74f7b19af4b2e5579c49 (patch)
tree7f9ed9f01c4872c9944069bb61bad489d452a778
parent4c6defa24d7a1fd8d1e8cfbc3a1bdb4ae412a5ae (diff)
Force the use of qmake, currently upstream's intended build system.
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
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: