Re: [Interest] Designer plugins

2013-11-29 Thread Sean Harmer
currently working on *From:*Joseph Crowell [mailto:joseph.w.crow...@gmail.com] *Sent:* 29 November 2013 11:05 *To:* Graham Labdon *Subject:* Re: [Interest] Designer plugins For a plugin to show up in Designer/Creator, it must be compiled using the same compiler that is used to compile Designer

Re: [Interest] Designer plugins

2013-11-29 Thread Graham Labdon
I was aware of that I have other plugins that work well, but I cannot debug the one I am currently working on From: Joseph Crowell [mailto:joseph.w.crow...@gmail.com] Sent: 29 November 2013 11:05 To: Graham Labdon Subject: Re: [Interest] Designer plugins For a plugin to show up in Designer

[Interest] Designer plugins

2013-11-29 Thread Graham Labdon
Hi I am developing a plugin for Qt Designer and wonder if anyone has any tips for debugging it. For some reason my plugin does not appear in Qt Designer so there must be a problem in the dll but I don't know how to attempt the debug the problem Any help would be appreciated Thanks

Re: [Interest] [Qt-interest] Designer plugins?

2011-12-02 Thread eike.ziller
On 30 Nov 2011, at 23:09, ext Jason H wrote: > I have several classes I am wanting to put into Qt Designer. However whenever > I use Q_EXPORT_PLUGIN2() I get several errors after the first time I use it. > In function 'qt_plugin_query_verification_data': > multiple definition of 'qt_plugin_query

Re: [Interest] Designer plugins?

2011-11-30 Thread Andreas Pakulat
On 30.11.11 14:09:54, Jason H wrote: > I have several classes I am wanting to put into Qt Designer. However whenever > I use Q_EXPORT_PLUGIN2() I get several errors after the first time I use it. > In function 'qt_plugin_query_verification_data': > multiple definition of 'qt_plugin_query_verificat

[Interest] Designer plugins?

2011-11-30 Thread Jason H
I have several classes I am wanting to put into Qt Designer. However whenever I use Q_EXPORT_PLUGIN2() I get several errors after the first time I use it. In function 'qt_plugin_query_verification_data': multiple definition of 'qt_plugin_query_verification_data' It seems I can't link all these cl