Merge PR #144: Fix package to build with Qt 5.12

pull/152/head
Jenkins 2019-04-12 13:42:30 +02:00
commit 6c7d43f232
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