What needs to be done to get rid of this assertion (is it possible at
all or QmlDebugger is always expect single QQmlEngine? )

You can have multiple QML engines attached to the debugger, but the current assumption is indeed that they all live in the GUI thread. This can probably be fixed, but are you sure that you don't hit any other limitations with this? For example, the type loader also does interesting things with threads and locking.

br,
Ulf
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to