Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qt-interest Archive, July 2007
Qwt, Uic and custom widget plugin


Message 1 in thread

Hi,



I have a problem using Qwt but the problem is related to custom widget 
plugin and uic code generator.



I'm using Qwt library and I have compiled and installed it properly. I can 
see the qwt widget in the designer and everything work fine until uic runs. 
Uic generate the correct code to one exception: the header.



The header for QwtPlot is qwt_plot.h and uic generate the following line:



#include "qwt_plot.h"



Instead of:



#include <qwt_plot.h>



I used qwt with qt3 with no issue and uic always generate the include 
between angle bracket how is it possible that qt4 generate this between 
quote? How am I supposed to handle this?



Btw, I'm using Qt4.2 with visual studio 2005 sp1 and qt-vsintegration 1.2.2



Thank for your help



Utku




--
 [ signature omitted ]