osgqtquick
osgqtquick copied to clipboard
osgqtquick does not build with latest osgQt
As of https://github.com/openscenegraph/osgQt/pull/22 as far as I can tell which is effectively a full rewrite.
@skelly-energid, thanks for report. I will inspect this case.
Hi, i have already installed osqQt at /usr/local/lib64, but when i trying to build osgqtquick it message me
-- Found OpenSceneGraph: /usr/local/lib/libosg.so;/usr/local/lib/libosgDB.so;/usr/local/lib/libosgGA.so;/usr/local/lib/libosgManipulator.so;/usr/local/lib/libosgUtil.so;/usr/local/lib/libosgViewer.so;/usr/local/lib/libosgText.so;/usr/local/lib/libOpenThreads.so (found suitable version "3.6.5", minimum required is "3.0") CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find osgQt (missing: OSGQT_LIBRARY) (Required is at least version "3.0")

@podsvirov Have you investigated this? I'm interested in trying a patch.
Hi, create link from libosgQt5.so.3.6.5
ln -s libosgQt5.so.3.6.5 libosgQt.so