Re: [Development] Q_EXPORT_PLUGIN_2 breaks source compat

2012-06-11 Thread lars.knoll
On 6/10/12 9:45 PM, "ext Thiago Macieira" wrote: >On domingo, 10 de junho de 2012 20.44.05, David Faure wrote: >> Is it really desired to break source compat so much, after making the >> promise of "almost no porting required"? Porting to a different plugin >> framework doesn't sound trivial. Wel

Re: [Development] Q_EXPORT_PLUGIN_2 breaks source compat

2012-06-10 Thread Thiago Macieira
On domingo, 10 de junho de 2012 20.44.05, David Faure wrote: > Is it really desired to break source compat so much, after making the > promise of "almost no porting required"? Porting to a different plugin > framework doesn't sound trivial. Well, maybe it is, who knows -- there is > no entry in dis

[Development] Q_EXPORT_PLUGIN_2 breaks source compat

2012-06-10 Thread David Faure
commit 7443895857fdaee132c8efc643e471f02b3d0fa4 Author: Lars Knoll Date: Sat Jun 2 05:42:13 2012 +0200 Remove support for Qt 4 style plugins The new plugin format allows us to avoid loading the plugins in all cases. Remove the old format, as we could get bad behavior with t