Hello friends,

I have some looping behavior which is strange. In my main.cpp where I create my QmlEngine:
Qt Code:
  1. QQmlEngine engine;
To copy to clipboard, switch view to plain text mode 
the execution flow is hanging. One of the output panes say this:
QML Debugger: No application output received in time, trying to connect ...

QML Debugger: No application output received in time, trying to connect ...
So debugging becomes imposibble. Have anybody any idea what this is?

I am using Qt5.1.1 msvc2012_64...

Thx,