[Interest] Remove unnecessary components (dll reduction)

2015-10-19 Thread Rafael Machado
Hi everyone. I'm trying to remove some unnecessary components from my QT compilation to reduce the dll's size. I can see at qt website the following information: "Including or Excluding Features The -feature-** and -no-feature-** options include and exclude specific features, respectively,

Re: [Interest] Remove unnecessary components (dll reduction)

2015-10-19 Thread Giuseppe D'Angelo
On Mon, Oct 19, 2015 at 2:21 PM, Rafael Machado wrote: > > Any idea on how to do this work as I expect ? As the help says, it's -no-feature-nameofthefeature, so -no-feature-columnview. HTH, -- Giuseppe D'Angelo ___

Re: [Interest] Remove unnecessary components (dll reduction)

2015-10-19 Thread Rafael Machado
Hi Giuseppe, thanks for the comment. I've tried this in the past with now success. I've tried all possibilities again, with the following results: Unknown option -no-columnview Unknown option -no-qcolumnview Unknown option -no-feature-columnview Unknown option -no-feature-qcolumnview Does

Re: [Interest] Remove unnecessary components (dll reduction)

2015-10-19 Thread Giuseppe D'Angelo
On Mon, Oct 19, 2015 at 3:31 PM, Rafael Machado wrote: > Does anyone know how to do it ? -no-feature-columnview should be the right one... are you using Windows? -- Giuseppe D'Angelo ___ Interest mailing list

Re: [Interest] Remove unnecessary components (dll reduction)

2015-10-19 Thread Rafael Machado
I agree with you. The command should be: ..\configure -release -prefix ..\qt-install -confirm-license -opensource -no-feature-columnview But yes. I'm using windows. Could someone with linux in hand try this please ? (I don't have any linux or vm system here) Thank Rafael Em seg, 19 de out de

Re: [Interest] Remove unnecessary components (dll reduction)

2015-10-19 Thread Giuseppe D'Angelo
On Mon, Oct 19, 2015 at 4:35 PM, Rafael Machado wrote: > But yes. I'm using windows. Could someone with linux in hand try this please > ? (I don't have any linux or vm system here) If you're using Windows, then I think configure.exe does not recognize the