Qt 6.11 is out! See what's new in the release
blog
From qw5t to qwt6: qtconcurrentrun.h not found
-
i'm on porting qwt5 to qwt6 and i get the error message: qwt_double_rect.h not found, can someone give me a hint what i should do here please ?
From
qwt_double_rect.h:/*! \typedef QRectF QwtDoubleRect \brief This is a typedef, see Trolltech Documentation for QRectF in QT assistant 4.x. As soon as Qt3 compatibility is dropped this typedef will disappear. */ typedef QRectF QwtDoubleRect;I think this is what happened.
-
i'm on porting qwt5 to qwt6 and i get the error message: qwt_double_rect.h not found, can someone give me a hint what i should do here please ?