Re: [osg-users] osgQt and osg (CMake)

2017-01-17 Thread Trajce Nikolov NICK
Hi again, only thing I just spotted is the missing Find3rdPartyDependencies.cmake in the osgQt/CMakeModules. Cmake complains about this. To make it right this file has to be copied from the OSG/CmakeModules into osgQt/CmakeModules. It is Windows specific based on the code from the

Re: [osg-users] osgQt and osg (CMake)

2017-01-17 Thread Trajce Nikolov NICK
Hi Mathieu, Paul, Robert, I must apologize for the noise again :-(, I was working on some other git repo I found the link in this list https://github.com/robertosfield/osgQt This one https://github.com/openscenegraph/osgQt is just fine, I just gave it a

Re: [osg-users] osgQt and osg (CMake)

2017-01-17 Thread Mathieu MARACHE
Hi, Could you please post a Pull request on the osgQt project also ? It would benefit every one this way ! https://github.com/openscenegraph/osgQt Thanks Le mar. 17 janv. 2017 à 03:29, Trajce Nikolov NICK < trajce.nikolov.n...@gmail.com> a écrit : > Hi Paul, > > sure. Just give me some time

Re: [osg-users] osgQt and osg (CMake)

2017-01-16 Thread Trajce Nikolov NICK
Hi Paul, sure. Just give me some time since I have hacked it fast for me test purposes. Let do it proper :-). Will ping you shortly with the updated files. Cheers, Nick On Tue, Jan 17, 2017 at 2:51 AM, Paul McIntosh < paul.mcint...@internetscooter.com> wrote: > > Trajce Nikolov NICK wrote: > >

Re: [osg-users] osgQt and osg (CMake)

2017-01-16 Thread Paul McIntosh
Trajce Nikolov NICK wrote: > Hi Robert, > > what I tried to say and it fixed it was to call INCLUDE( FindOpenSceneGraph ) > in the main CMakeLists.txt and use the OSG_INCLUDE_DIRS and OSG_LIBRARIES in > the project CMakeLists.txt > > Trajce could you post the new CMakelists.txt? I am

Re: [osg-users] osgQt and osg (CMake)

2017-01-13 Thread Trajce Nikolov NICK
Hi Robert, what I tried to say and it fixed it was to call INCLUDE( FindOpenSceneGraph ) in the main CMakeLists.txt and use the OSG_INCLUDE_DIRS and OSG_LIBRARIES in the project CMakeLists.txt On Fri, Jan 13, 2017 at 9:31 AM, Robert Osfield wrote: > Hi Nick, > > CMake

Re: [osg-users] osgQt and osg (CMake)

2017-01-13 Thread Robert Osfield
Hi Nick, CMake itself has a whole set of find*.cmake scripts for the OSG. There is uber one FindOpenSceneGraph.cmake and a series of findosg.cmake, findosgUtil.cmake etc. Robert. On 10 January 2017 at 00:08, Trajce Nikolov NICK wrote: > Hi Robert, > > since now

Re: [osg-users] osgQt and osg (CMake)

2017-01-12 Thread Trajce Nikolov NICK
> osgQt is now a separated project? what do you mean? robert put it into separate project on github out of the OSG core On Wed, Jan 11, 2017 at 10:02 AM, Rollastre Prostit wrote: > Sorry to step in, but... osgQt is now a separated project? what do you > mean? > > We are

Re: [osg-users] osgQt and osg (CMake)

2017-01-11 Thread Rollastre Prostit
Sorry to step in, but... osgQt is now a separated project? what do you mean? We are very worried about how bad OSG and QT5 perform together. They were doing very good with qt4. But now... well, it was understandable when qt5 appeared. There was a big change and some time is needed to adapt.