View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014505CMakeModulespublic2013-10-22 15:182014-03-05 09:58
ReporterOrion Poplawski 
Assigned ToClinton Stimpson 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake 2.8.12 
Target VersionFixed in Version 
Summary0014505: UseQt4 insists on linking with -lQtXml if QtSvg is requested
DescriptionUseQt4 insists on linking with -lQtXml if QtSvg is requested. However, plplot's libplplotqtd.so uses QtSvg and does not need to link directly to QtXml.

This seems to be the culprit:

set(QT_QTSVG_MODULE_DEPENDS QTGUI QTXML QTCORE)
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0034221)
Peter Kuemmel (developer)
2013-10-23 03:15

QtSvg doesn't link against the QtXml:

https://qt.gitorious.org/qt/qt/source/8fced55b717b7659866e268ab4a09ccb8bec2841:src/svg/svg.pro [^]

but the svg plugin,

https://qt.gitorious.org/qt/qt/source/8fced55b717b7659866e268ab4a09ccb8bec2841:src/plugins/imageformats/svg/svg.pro [^]

But does this matter here?
(0034226)
Clinton Stimpson (developer)
2013-10-23 09:07

Fixed here.

656716d qt4: Fix linking with QtSvg to not include QtXml.


By the way, it doesn't matter here that the svg plugin uses QtXml.
(0035296)
Robert Maynard (manager)
2014-03-05 09:58

Closing resolved issues that have not been updated in more than 4 months

 Issue History
Date Modified Username Field Change
2013-10-22 15:18 Orion Poplawski New Issue
2013-10-23 03:15 Peter Kuemmel Note Added: 0034221
2013-10-23 03:15 Peter Kuemmel Assigned To => Peter Kuemmel
2013-10-23 03:15 Peter Kuemmel Status new => confirmed
2013-10-23 09:06 Clinton Stimpson Assigned To Peter Kuemmel => Clinton Stimpson
2013-10-23 09:06 Clinton Stimpson Status confirmed => assigned
2013-10-23 09:07 Clinton Stimpson Note Added: 0034226
2013-10-23 09:07 Clinton Stimpson Status assigned => resolved
2013-10-23 09:07 Clinton Stimpson Resolution open => fixed
2014-03-05 09:58 Robert Maynard Note Added: 0035296
2014-03-05 09:58 Robert Maynard Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team