Hi Philippe,
Thanks for your response. I'm working with Hugo and we found another
solution for our problem. I must confess that we didn't tested yours.
We have built some custom widgets for Qt Designer (within Qt
Creator) to be easily accessed by the Designer widgets palette, but Qt
Creator 2
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 wrote:
Hello All!
>
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