Hi,

I have the same problem with Qt 5.1 and Open Scene Graph 3.2, too.
It seems OSG doesn't find Qt 5 and searches for Qt 4 instead.

I already tried the following defines in the cmake cache.

set(CMAKE_PREFIX_PATH "C:/Qt/5.1.1/msvc2012_64_opengl/bin" CACHE PATH "")
set(Qt_FIND_VERSION "5.1.1" CACHE PATH "")
set(ENV{QTDIR} "C:/Qt/5.1.1/msvc2012_64_opengl" CACHE PATH "")

Any ideas?

Thank you!

Cheers,
Thomas

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=57527#57527





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to