Hi all,
I am trying to use GStreamer in QT application in Windows. To get the libraries linked to Qt application, i have included below lines into .pro file.
INCLUDEPATH +=E:\gstreamer\1.0\x86\include E:\gstreamer\1.0\x86\include\gstreamer-1.0 E:\gstreamer\1.0\x86\include\glib-2.0 E:\gstreamer\1.0\x86\lib\glib-2.0\include
LIBS += -L"E:\gstreamer\1.0\x86\lib" -lglib-2.0 -lgstreamer-1.0
while i run the application i get the below error.
:-1: error: undefined reference to `__gxx_personality_v0'
I am very new to QT environment. please easy go on me.
Bookmarks