Hi Robert, Thanks for your answer, and your informations regarding the topic. It helped a lot.
robertosfield wrote: > ... > If you application is using the osgQt library and this lib is linked > to Qt4 then mixing the viability of mixing Qt5 libs in your > application will be down to Qt4/5 compatibility, something I can't > answer as I'm no Qt expert but I guess it's reasonable to assume that > this could cause problems... It actually uses osgQt which uses Qt4 Code: $ ldd IfcPlusPlusViewer | grep libosgQt libosgQt.so.99 => /usr/lib/libosgQt.so.99 (0x00007f5960fab000) $ ldd /usr/lib/libosgQt.so.99 | grep Qt libQtCore.so.4 => /usr/lib/x86_64-linux-gnu/libQtCore.so.4 (0x00007f7223e6e000) libQtGui.so.4 => /usr/lib/x86_64-linux-gnu/libQtGui.so.4 (0x00007f72231c4000) libQtOpenGL.so.4 => /usr/lib/x86_64-linux-gnu/libQtOpenGL.so.4 (0x00007f7222ec6000) ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=59103#59103 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

