Installing Qt Quick 2D Renderer for Beaglebone Black
-
Hi all,
I am trying to use some Qt quick applications for Beaglebone Black rev C. As per the post - https://forum.qt.io/topic/72434/qt-quick-renderer-2d/4 and the web page - http://doc.qt.io/QtQuick2DRenderer/qtquick2drenderer-installation-guide.html, I was trying to use Qt Quick 2D Renderer.
I git cloned the source for the same from git://code.qt.io/qt/qtdeclarative-render2d.git. But I couldn't see any client-dummy directory in qtdeclarative-render2d/tools/opengldummy folder.
But there is build-gcc.sh file in qtdeclarative-render2d/tools/opengldummy/src folder.
After exporting CC and SYSROOT properly, when I run ./build-gcc.sh, it is showing the following errors-DQGS_BUILD_CLIENT_DLL: command not found
Please suggest workaround to solve this issue.
Thanks & Regards,
Sajeevan.K -
Hi all,
For installing Qt Quick 2D renderer, shall I rebuild qt make by including opengl?
If so, what is the procedure for that? Because building a qmake for Beaglebone black by removing noopengl argument failing in my system.
Thanks in advance for the help.
Thanks & Regards,
Sajeevan.K