On Fri, 14 Oct 2011 22:28:30 ext [email protected] wrote: > Hei, > > I'm trying to get scene graph working on desktop. It's fairly complex to > compile qt5 on linux but i think i partially managed that. However I > couldn't find code which could initialize declarative engine properly. > Examples seems to be for qt4. Anyone got it working and could share the > code? Thanks.
qmlscene is currently the tool to launch scenegraph QML on desktop (not qmlviewer, which is still Qt4). You can look at it and see how it initializes the QSGView. tools/qmlscene/main.cpp -- Alan Alpert Senior Engineer Nokia, Qt Development Frameworks _______________________________________________ Qt-qml mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-qml
