I am trying to play a video in raspberry pi with Qt. For raspi to support multimedia i did the below steps.
- Used a precompiled qt 5.2.1 version in the sd card
- Copied qt code for qtimageformats qtsvg qtxmlpatterns qtdeclarative qtgraphicaleffects qtmultimedia qtquick
- Installed packages needed for multimedia as in link building qt 5 on raspi
- builded qtimageformats qtsvg qtxmlpatterns qtdeclarative qtgraphicaleffects qtmultimedia qtquick1
While building qtquick1 I get error :
../../inlcude/QtDeclarative/5.2.1/QtDeclarative/private/../../../../../src/declarative/qml/declarativedata_p.h: In static member function 'static void QDeclarativeData::init()':../../include/QtDeclarative/private/../../../../../src/declarative/qml/declarativedata_p.h:85:9: error: 'destroyed_qml1' is not a member of QAbstractDeclarativeData' Makefile:14429: recipe for target '.obj/qdeclarativeparser.o' failed make[2]: *** [.obj/qdeclarativeparser.o] Error 1
Can someone help me to resolve the issue?