I am using Qt 5.7.1
and my application have 3 plug-ins.
While running one plug-in which have graphics its crashing immediately by giving error the following error:
libSamplePluginD.so.1.0.0: undefined symbol: gluUnProject
What may be the problem, Program flow looks correct
Same code works fine in windows
Pro file
win32:CONFIG (release, debug|release): LIBS += -lglut32 -lglu32 -lopengl32
else:win32:CONFIG (debug, debug|release): LIBS += -lglut32 -lglu32 -lopengl32
RESOURCES += \
surfacebuilderresource.qrc