On Thu, 26 May 2011 10:32:45 ext Alan Alpert wrote: > On Wed, 25 May 2011 01:07:10 ext Thomas Goldschmidt wrote: > > Hello, > > > > I wanted to try out the QML SceneGraph component and therefore checked > > out the "qml-team/qtquick2" branch from > > http://qt.gitorious.org/+qt-developers/qt/staging/ according to what was > > suggested here:<http://qt.gitorious.org/+qt-developers/qt/staging/> > > > > http://lists.qt.nokia.com/pipermail/qt-qml/2011-April/002515.html > > ... > > > Any suggestions on what might be wrong in my setup? > > Probably just picked up a bad revision - that is not the current QtQuick2 > code as we've moved repositories a few weeks ago. There hasn't been a big > announcement because it's tied to the Qt5/Open Governance stuff that's > going on. But you'll find the latest QtQuick2 code in > http://qt.gitorious.org/qt/qtdeclarative-staging , the qtquick2 branch. > There's probably a fix for your issue in there already.
In case this error crops up again note that labs modules, especially in Qt5, may not be regularly built in a release environment. Adding -developer-build to your qt configure options can bypass some of these linker errors. Also note that particles is an additional labs module, not the core QML SceneGraph elements. You can safely exclude it (and anything from src/imports) from the build and still get a basic QtQuick 2 application running. You'll just be missing some additional elements. -- Alan Alpert Senior Engineer Nokia, Qt Development Frameworks _______________________________________________ Qt-qml mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-qml
