[Qt-qml] Tool to pack / minify content of QML files ?

Gregory Schlomoff gregory.schlomoff at gmail.com
Wed Dec 29 08:37:42 CET 2010


Hi everybody,

I was wondering, has anyone developed a nice tool to pack (a.k.a.
minify) qml files before they are embedded in the executable?

My concern isn't so much about size, since I'm telling rcc to compress
them anyway, but just that I don't really want all our comments / doc
to be embedded in the final executable. So what I'm really looking for
is a tool that strips comments and un-necessary whitespace out of .qml
and .js files.

Maybe this could be built-in in the rcc tool, or it could be a
third-party tool that would integrate the build workflow.

What do you think?

Greg


More information about the Qt-qml mailing list