[Development] Adding new third party component three.js to Qt?
Olivier Goffart
olivier at woboq.com
Fri Jan 16 15:35:02 CET 2015
On Thursday 15 January 2015 20:31:58 Thiago Macieira wrote:
> Do you remove and regenerate:
> - the Unicode tables in qunicodedata.cpp?
> - the CLDR data in qlocale_data_p.h and qtimezoneprivate_data_p.h? How
> about the locale list in qlocale.h?
> - the indexed string tables in qdbuserror.cpp, qbenchmarkperfevents.cpp,
> qxmlstream.cpp, and qsimd.cpp?
> - the QML parser from qmljs.g?
> - the XML parser from qxmlstream.g? (note the cyclic dependency, since
> qlalr depends on QtCore)
> - the pre-generated IAccessible2 interfaces (Windows-only, think of cross-
> mingw)
> - the class list in tools/uic/ui4.h?
>
> And this is just qtbase. I'm sure there are more.
More in qtbase:
- src/tools/moc/(pp)keywords.cpp generated by the generator in
src/tools/moc/util (circular dependency again)
- src/corelib/io/qurltlds_p.h generated by util/corelib/qurl-generateTLDs
(BTW, this really need to be regenerated, for security reasons)
--
Olivier
Woboq - Qt services and support - http://woboq.com - http://code.woboq.org
More information about the Development
mailing list