Re: [Interest] lupdate -compress makes files BIGGER?

2016-07-29 Thread Konrad Rosenbaum
Hi, I did some searching - the -compress switch to lrelease apparently has issues - don't use it! It may be removed later on anyway. If you need to save space there are a couple of other things you can do: 1) CONFIG+=release to use the stripped Qt libraries 2) strip your binaries 3) check

Re: [Interest] lupdate -compress makes files BIGGER?

2016-07-21 Thread jhihn
.org Subject: Re: [Interest] lupdate -compress makes files BIGGER? What Qt version is this? The lupdate in my versions of Qt 4 and 5 don't have any such option and report an error. The lrelease command does have this option. On 16-07-20 03:10 PM, Jason H wrote: > $ lupdate -compress app.pro > $ ls

Re: [Interest] lupdate -compress makes files BIGGER?

2016-07-20 Thread Tony Rietwyk
age- > From: Interest [mailto:interest-bounces+tony=rightsoft.com.au@qt- > project.org] On Behalf Of Jason H > Sent: Thursday, 21 July 2016 5:10 AM > To: interestqt-project.org > Subject: [Interest] lupdate -compress makes files BIGGER? > > $ lupdate -compress app.pro > $ ls

Re: [Interest] lupdate -compress makes files BIGGER?

2016-07-20 Thread Konstantin Tokarev
20.07.2016, 22:10, "Jason H" : > $ lupdate -compress app.pro lrelease > $ ls -l -S *.qm > -rw-r--r-- 1 jhihn staff 11570 Jul 20 15:02 app_mr.qm > -rw-r--r-- 1 jhihn staff 11102 Jul 20 15:02 app_es.qm > -rw-r--r-- 1 jhihn staff 10975 Jul 20 15:02 app_tl.qm > -rw-r--r-- 1 jhihn

Re: [Interest] lupdate -compress makes files BIGGER?

2016-07-20 Thread Jeff Tranter
What Qt version is this? The lupdate in my versions of Qt 4 and 5 don't have any such option and report an error. The lrelease command does have this option. On 16-07-20 03:10 PM, Jason H wrote: $ lupdate -compress app.pro $ ls -l -S *.qm -rw-r--r-- 1 jhihn staff 11570 Jul 20 15:02

[Interest] lupdate -compress makes files BIGGER?

2016-07-20 Thread Jason H
$ lupdate -compress app.pro $ ls -l -S *.qm -rw-r--r-- 1 jhihn staff 11570 Jul 20 15:02 app_mr.qm -rw-r--r-- 1 jhihn staff 11102 Jul 20 15:02 app_es.qm -rw-r--r-- 1 jhihn staff 10975 Jul 20 15:02 app_tl.qm -rw-r--r-- 1 jhihn staff 10556 Jul 20 15:02 app_ta.qm -rw-r--r-- 1 jhihn staff