Hi, On Friday 10 August 2012 10:56:27 [email protected] wrote: > >From the code, it seems that QML will depend on the opengl, but is there a > >way to remove such dependency ? > > Because our platform doesn't support opengl yet.
It is not possible to remove the OpenGL dependency, the scenegraph code is quite deeply integrated into the QtQuick UI elements. What you can do is use llvmpipe + mesa to get somewhat faster software rendering. Regards, Thomas -- Thomas McGuire | [email protected] | Software Engineer KDAB (Deutschland) GmbH&Co KG, a KDAB Group company Tel. Germany +49-30-521325470, Sweden (HQ) +46-563-540090 KDAB - Qt Experts - Platform-independent software solutions
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
