[med-svn] [beads] 02/02: Manually add Qt5::Core Qt5::Widgets (thanks to Wout B <wbertrums at gmail.com>)

Andreas Tille tille at debian.org
Fri Oct 20 10:30:52 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 22bd55dfc9f801573113b20bc7f47ce58c4b3a13
Author: Andreas Tille <tille at debian.org>
Date:   Fri Oct 20 12:30:26 2017 +0200

    Manually add Qt5::Core Qt5::Widgets (thanks to Wout B <wbertrums at gmail.com>)
---
 debian/patches/qt5.patch | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/patches/qt5.patch b/debian/patches/qt5.patch
index 26f4162..ec32dba 100644
--- a/debian/patches/qt5.patch
+++ b/debian/patches/qt5.patch
@@ -22,8 +22,12 @@ Description: Port from Qt4 to Qt5
  
  SET( BEADS_CPP
  	beads.cpp
-@@ -65,4 +66,4 @@ ELSE(WIN32)
- 	target_link_libraries (beads ${X11_LIBRARIES} m ${PTHREADS_LIBRARY} ${EXTRA_CIMG_LIBRARY} ${QT_LIBRARIES} )
+@@ -62,7 +63,7 @@ IF(WIN32)
+ 	target_link_libraries (beads ${EXTRA_CIMG_LIBRARY} ${QT_LIBRARIES} )
+ ELSE(WIN32)
+ 	 # Link the executable to the Hello library.
+-	target_link_libraries (beads ${X11_LIBRARIES} m ${PTHREADS_LIBRARY} ${EXTRA_CIMG_LIBRARY} ${QT_LIBRARIES} )
++	target_link_libraries (beads ${X11_LIBRARIES} m ${PTHREADS_LIBRARY} ${EXTRA_CIMG_LIBRARY} ${QT_LIBRARIES} Qt5::Core Qt5::Widgets )
  ENDIF(WIN32)
  
 -SUBDIRS (qtbeads)

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