On Thursday 15. May 2014 11.41.36 Olivier Goffart wrote: > On Monday 12 May 2014 11:48:21 Ulf Hermann wrote: > > Hi, > > > > we currently have several implementations of the QML debug protocol used > > to transmit data between a debugger or profiler and the application > > being debugged or profiled. I'm proposing a generalized "debugsupport" > > > module to address various issues with those. In particular: > Unrelated, but there is also the private qmljs library, which contains the > qml parser, which is duplicated all over the place (qtquick1, > qtdeclarative, qtcreator, kdevelop) > (And I was also considering using it for a code browser ;-) ) > > Maybe that library also belong in the same repository, "qmlhelpers" ?
Given the divergence of grammar between QtQuick1 and QtQml I suggest we keep the static qmldevtools library in the qtdeclarative repository. Anything need it maybe can depend on qtdeclarative? Simon _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
