I have run a similar problem with Qt Designer plugins, when switching from 
4.8.0 to 4.8.1

I could solve it by #defining QT_NO_DEBUG
for my plugin projects (it's not exactly clear why actually, but that works).

Philippe


On Tue, 3 Apr 2012 11:14:51 -0300
Hugo Drumond Jacob <h...@jacob.eng.br> wrote:

Hello All!
> 
> 
> I developed some widgets to use on my project, and, for productivity reasons 
> I created a Qt Creator plugin to add my custom widgets to widgets palette of 
> Qt Creator Designer. But, recently, I ported my widgets to Qt 4.8.0 and now 
> I'm using Qt Creator 2.4.1, but, my plugin don't work any more. Qt Creator 
> claims about inheriting of iPlugin.
> 
> 
> Some references like 
> http://doc.qt.nokia.com/qtcreator-extending/first-plugin.html works fine, 
> but, I don't need to add a menu to Qt Creator, and, a merge of this 
> implementation and my plugin don't work!
> 
> 
> So, anyone can help me with Qt Creator 2.4.1 Designer plugin?
> 
> 
> Regards,
> 
> 
> 
> Hugo Drumond Jacob
> Eng. de Controle e Automação - CREA-MG 143908/LP
> Mestrando em Modelagem Matemática e Computacional - CEFET/MG
> h...@jacob.eng.br | hug...@gmail.com
> +55(31)85244245

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to