Hi, Yes the Qt build system has some issues... It also ignores the architecture and always uses the Qt libraries referenced by QTDIR.
in my opinion it should search.. on a 32 bit generator (e.g. VS2008) for QTDIR_X86, QTDIRX86 and QTDIR. (this order) on a 64 bit generator (e.g. VS2008 64bit) it should search for QTDIR_X64, QTDIRX64 and QTDIR. (this order) Thank you! Cheers, Torben ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=41334#41334 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

