>> To summarize QML tool naming discussion so far:
>>
>> In qtquick1 repo
>> qmlviewer -> qml1viewer
>> qmlplugindump -> qml1plugindump
> That's already the name, isn't it?
>> In qtdeclarative repo
>> qmlscene -> qml2scene
>> qmlplugindump -> qml2plugindump
>> qmlbundle -> move to playground
>
On Oct 18, 2012, at 5:30 PM, Thiago Macieira wrote:
After all of my patches are integrated, here are the changes that will happen:
- bin:
The following tools have been renamed:
qmake -> qmake5
moc -> moc5
uic -> uic5
rcc -> rcc5
qdbusxml2cpp -> qdbusxml2cpp5
qdbuscpp2xml -> qdbuscpp2xml5
lcon
Some ways to do this:
1) If you can connect to the arm board via network, then
* Start you application with -qmljsdebugger=port:
* From QtCreator, connect to the applicationvia "Attach to QML Profiler" and
specify the IP and the above port
2) You can use the standalone profiler in Qt-5.
* qmlpro