[...] > Qt5Qmld.dll!QQmlData::signalEmitted [...] Ah of course... The global hooks that QtDeclarative uses conflicts with eachother.
Turns out the declarative team will need more work to get QtQuick1 and QtQuick2 working on the same application: - The hooks need to forward eachother: QQmlData::init and QDeclarativeData::init cannot just simply overwrite the hooks, they need to keep the old value, and call it from within the hook. - The hook will need to make sure that a given QObject's QAbstractDeclarativeData is of the proper type. Good luck with that :-) -- Olivier Woboq - Qt services and support - http://woboq.com - http://code.woboq.org _______________________________________________ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development