From 303014a88672de0f34db5d35869a2f0ca916c95d Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Tue, 26 Mar 2019 13:16:01 +0100 Subject: [PATCH] Fix package to build with Qt 5.12 --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 91e52fcc..ba66a033 100755 --- a/debian/rules +++ b/debian/rules @@ -19,6 +19,8 @@ endif QMAKE_ADDITIONAL_ARGS= ifneq (,$(filter coverage,$(DEB_BUILD_OPTIONS))) QMAKE_ADDITIONAL_ARGS += CONFIG+=coverage CONFIG+=debug +else + QMAKE_ADDITIONAL_ARGS += CONFIG+=release endif DPKG_EXPORT_BUILDFLAGS = 1