Pelagicore / qmllive

A live coding environment for QML
48 stars 5 forks source link

qmlliveremote is missing #1

Closed 3v1n0 closed 9 years ago

3v1n0 commented 9 years ago

In the docs and launcing qmlliveruntime is mentioned the tool qmlliveremote, but I don't see it building.

Has maybe it merged with qmllivebench? It seems that I can't add valid hosts there, BTW.

jryannel commented 9 years ago

Yes. Correct. We had initially a bench and a remote. The remote was the app to control a runtime. But now the bench can control the runtime. Ideally we would also skip the runtime in favour of a bench running headless.

3v1n0 commented 9 years ago

So, I guess you've to fix the docs.

However, I've been able to connect to my device, but I can't see the live preview of the device's content from the bench. I'm just getting errors (as it tries to load the qml files locally).