PDA

View Full Version : GLC_lib in pro file LINUX



sujan.dasmahapatra
16th November 2009, 03:22
Dear Friends
I have installed GLC for opengl rendering.. How should I include the GLC-lib in my .pro file for LINUX so that I could use GLC apis.

Is GLC_Mover Controller is included in GLC version 1.0.0 because its giving errors in finding this header when I am includeing it

#include <GLC_Mover Controller> // this gives errors

Thanks

franz
16th November 2009, 07:14
LIBS += -L/path/to/glc/lib -lglc
INCLUDEPATH += -I/path/to/glc/include

What kind of errors do you get? It helps to find out what exactly goes wrong.