Re: [ft-devel] [ft] ttfautohint: separate GUI and console binaries

2012-02-04 Thread Wojciech Mamrak
Ok, I was just curious why are you "complaining" on size of the binary under Windows while it is possible to reduce it by choosing other linking method. 2012/2/4 Werner LEMBERG : > >> may I ask about reasons of using static Qt libraries on windows?  Or >> maybe I have misunderstood you totally? >

Re: [ft-devel] [ft] ttfautohint: separate GUI and console binaries

2012-02-04 Thread Werner LEMBERG
> may I ask about reasons of using static Qt libraries on windows? Or > maybe I have misunderstood you totally? The only reason is to make the distribution of the binaries easier. Actually, I don't see much difference in having a smaller `ttfautohintGUI.exe' which must be then distributed with `

Re: [ft-devel] [ft] ttfautohint: separate GUI and console binaries

2012-02-04 Thread Wojciech Mamrak
Hi Werner, may I ask about reasons of using static Qt libraries on windows? Or maybe I have misunderstood you totally? regards 2012/2/4 Werner LEMBERG : > > Folks, > > > it took me a whole week of intensive documentation reading and > compilation experiments, asking on various mailing list, etc.