hjnhjn123 / opencc

Automatically exported from code.google.com/p/opencc
0 stars 1 forks source link

Suggestion - for Mac binary, some Qt framework can be removed #20

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The following frameworks in OpenCC.app/Contents/Frameworks can be removed since 
opencc does not required it:

QtDeclarative.framework
QtNetwork.framework
QtScript.framework
QtSql.framework
QtSvg.framework
QtXmlPatterns.framework

Hence, the binary size can be reduced for Mac. Thanks.

Original issue reported on code.google.com by copperox...@gmail.com on 8 Apr 2012 at 9:09

GoogleCodeExporter commented 8 years ago
applied for opencc-gui only

Original comment by copperox...@gmail.com on 8 Apr 2012 at 9:12

GoogleCodeExporter commented 8 years ago
I can confirm this issue. 
My system is OS X Lion.

# Download opencc-0.3.0-mac.dmg and Install OpenCC.app to /Applications
cd /Applications/OpenCC.app/Contents/Frameworks
rm -rf Qt[DNSX]*
# OpenCC.app is still usable.

Original comment by damage3...@gmail.com on 11 Aug 2012 at 4:40