openscenegraph/osgQt

Question on the pkg-config file and its Libs field.

olivier-stasse opened this issue · 0 comments

This line sets PKGCONFIG_MODULE_NAME to osgQt, thus the flag in the generated pkg-config file to link the generated library is -losgQt.
It is my understanding that it should be:
-losgQOpenGL
instead.

This is due to the way the macro SETUP_LIBRARY is set (defined here and used here).

Could you confirm that PKGCONFIG_MODULE_NAME should be set to osgQOpenGL or did I miss something ?