Quote Originally Posted by dimitri
Qwt expects a threaded version of the Qt library. Looks like you've built Qt with thread support disabled.
In fact Qwt doesn't need threads. The only reason why it is enabled in qwt.pro is that the majority uses the multithreaded Qt library and Qwt/Qt need to be built with the same thread option.

Uwe