Re: [Development] QML Tooling Renames (was: Pending decisions on co-installation)

2012-11-20 Thread Jana Aurindam
>> 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 >

Re: [Development] Summary of renaming changes

2012-10-18 Thread Jana Aurindam
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

Re: [Development] QML Profiler for Qt5.0-Beta1 programs

2012-10-18 Thread Jana Aurindam
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