On quarta-feira, 17 de outubro de 2012 17.19.17, Daniel Price wrote:
> Finally, the mac_deploy_qt tool should be avoided. It deploys everything,
> including all plugins, regardless of if you use them or not, bloating your
> application size. It's also proven to be pretty buggy in the past.

The mac_deploy_qt script *should* be used and any bugs with it should be 
reported and fixed. Ignoring it because of some past issues is pointless.

If you have a better tool from your buildsystem, like in the case of cmake, 
then by all means use it. If you have a tool that is integrated with the rest 
of your system, use it too. But reinventing the wheel when the script already 
works is just waste of resources.

As for deploying the plugins... more often than not, application authors do 
not realise they need those plugins. For example, all JPEG support comes from 
a plugin, as does SQLite. Besides, compared to the size of QtGui, the plugins 
are quite small.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to