[med-svn] [beads] 01/01: Follow hints by Juhani Numminen <juhaninumminen0 at gmail.com> - now helping further
Andreas Tille
tille at debian.org
Fri Oct 20 20:40:57 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository beads.
commit a5ee158c427f6b25de711db262402e16f91b69b5
Author: Andreas Tille <tille at debian.org>
Date: Fri Oct 20 21:24:15 2017 +0200
Follow hints by Juhani Numminen <juhaninumminen0 at gmail.com> - now helping further
---
debian/patches/qt5.patch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/patches/qt5.patch b/debian/patches/qt5.patch
index 448b0e3..68cc8c2 100644
--- a/debian/patches/qt5.patch
+++ b/debian/patches/qt5.patch
@@ -42,7 +42,7 @@ Description: Port from Qt4 to Qt5
-FIND_PACKAGE( Qt4 REQUIRED )
+ # this command finds Qt5 libraries and sets all required variables
+ # note that it's Qt5, not QT5 or qt5
-+FIND_PACKAGE( Qt5 REQUIRED COMPONENTS Core LinguistTools Widgets)
++FIND_PACKAGE( Qt5 REQUIRED COMPONENTS Core LinguistTools PrintSupport Widgets)
# add some useful macros and variables
@@ -83,7 +83,7 @@ Description: Port from Qt4 to Qt5
TARGET_LINK_LIBRARIES( qtbeads ${QT_LIBRARIES} ${EXTRA_CIMG_LIBRARY})
ELSE(WIN32)
- TARGET_LINK_LIBRARIES( qtbeads ${QT_LIBRARIES} m ${PTHREADS_LIBRARY} ${EXTRA_CIMG_LIBRARY})
-+ TARGET_LINK_LIBRARIES( qtbeads Qt::Widgets m ${PTHREADS_LIBRARY} ${EXTRA_CIMG_LIBRARY})
++ TARGET_LINK_LIBRARIES( qtbeads Qt5::Widgets Qt5::PrintSupport m ${PTHREADS_LIBRARY} ${EXTRA_CIMG_LIBRARY})
ENDIF(WIN32)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/beads.git
More information about the debian-med-commit
mailing list