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
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
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
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
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
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