[med-svn] [edfbrowser] 01/05: Builds now with Qt5
Andreas Tille
tille at debian.org
Mon Sep 18 09:36:00 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository edfbrowser.
commit 03d116053a6e9f094d6979614c54fb9f19cd0102
Author: Andreas Tille <tille at debian.org>
Date: Sun Sep 10 19:55:39 2017 +0200
Builds now with Qt5
---
debian/rules | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index f3effba..d854343 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,11 +21,13 @@ else
QMAKE_CXXFLAGS_RELEASE = -O2
endif
+export QT_SELECT=qt5
+
%:
dh $@
override_dh_auto_build:
- qmake-qt4 -makefile -after \
+ qmake -makefile -after \
QMAKE_CXXFLAGS="$(QMAKE_CXXFLAGS)" \
QMAKE_CXXFLAGS_RELEASE="$(QMAKE_CXXFLAGS_RELEASE)" \
QMAKE_LFLAGS="$(Q_LDFLAGS)"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/edfbrowser.git
More information about the debian-med-commit
mailing list