On Monday, 3 June 2019 18:46:31 PDT Konstantin Tokarev wrote:
> This can be done with qmake if we implement ord

I want to do a bit more in the shell script. All steps optional:

First, I want to pass the XML source through
        xml sel -D -B -t -c /

That will minify the source. That reduces the uncompressed size by about 10%.

Second, I'm also thinking of compressing with gzip or zstd. The problem with 
that is that the tool may be present in the system but not the headers, which 
would cause decompression to fail. So I'm not sure this is a good idea.

Of course, on Windows/MSVC you'd get neither minification nor compression.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel System Software Products



_______________________________________________
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development

Reply via email to