PDA

View Full Version : Requirements for Qt Creator for QWT



DAVC
26th March 2018, 08:34
I finally got my program running, but there are some communication errors and I'm just trying to make sure there are no lose ends.

In the installation guide for Qwt it states that to use the designer plug-in, Qt creator has to be built using the same version of Qt.

I noticed that Qt creator is built using MSVC and not Mingw32. When using Qwt (not Qwt designer) is Qt creator still required to be compiled using Mingw32 ? or is MSVC okay?

Best Regards
David

Uwe
27th March 2018, 07:47
A plugin means linking a library at runtime. So whatever plugin you are loading into the creator it has to be binary compatible with the creator - not with the project you are building with the creator !

Uwe

DAVC
27th March 2018, 08:03
Okay. Thanks for clarifying Uwe!
Love Qwt!

Best Regards
David