I'm having a trouble with the QwtPolar library.
I'm using Qt 5.3 and I have Qwt 6.1 working properly.
I build the QwtPolar using:
qmake
make
make install
When I try to run the QwtPolar examples, I get the following error:
QWidget: Must construct a QApplication before a QPaintDevice
I already read a lot of posts in the Qt Forum and stackoverflow, but I can't figure out what is happening and how to solve it.
Note: I read some things about mixing the debug and release mode, but I don't know what mode was used to build the Qwt and how to change it.
I will appreciate if someone can help me.
I'm using Windows 8.1.
Sorry for my english.
Thanks.