QtCreator and OpenSceneGraph
-
Hello,
Anyone know how to configure QtCreator OpenSceneGraph to use? -
The manual has a section on how to set up additional libraries. Please check there.
-
Thanks, it was very easy ..
Just include the. pro project@
LIBS + = -losgar
-losgViewer
-losgGA
-losgDB
-losgUtil
-losgParticle
@[EDIT: fixed code formatting, please use @-tags, Volker]