Fix package to build with Qt 5.12

pull/144/head
Michael Zanetti 2019-03-26 13:16:01 +01:00
parent 021fa737ce
commit 303014a886
1 changed files with 2 additions and 0 deletions

2
debian/rules vendored
View File

@ -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