On Aug 20, 2012, at 2:07 PM, Andrew Ross wrote:

> Jerry,
> 
> Thanks. So my method did what it was meant to, but unforunately it looks 
> like we need to actually link in QtGui and QtSvg as well, so we might
> as well just use QT_LIBRARIES without trying to parse it. 
> 
> Note that QtCore has to be explicitly linked in since qt.cpp references
> QApplication. 
> 
> Classes from QtGui and QtSvg are not explictly mentioned in qt.cpp, but 
> derived classes (QtPLWidget etc from plplotqtd) are mentioned. On Linux
> at least "ldd -u qt.so" shows these libraries as unused dependencies, but
> "nm --demangle --undefined-only qt.so" contains references to functions
> in these libraries. I don't quite understand why, but I think to be safe
> we need to link with them, even if it causes warnings about linking
> with unused dependencies.
> 
> Andrew 

Great! 12218 builds Qt with NON_TRANSITIVE=ON.

Now, on to Tcl/Tk.

Jerry

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to