Page 1 of 1

QCAD Plugins: Using different compiler / Qt version

Posted: Mon May 19, 2014 9:30 am
by andrew
From a QCAD user:
Do we need to build our C++ plugins using the same version of QT and compiler (mvc10 in this case) as you built qcad with?

Re: QCAD Plugins: Using different compiler / Qt version

Posted: Mon May 19, 2014 9:33 am
by andrew
You can find some information about mixing Qt versions at:
http://qt-project.org/doc/qt-4.8/deploy ... ugins.html

MinGW has some information about mixing compilers:
http://www.mingw.org/wiki/MSVC_and_MinGW_DLLs

Using the same compiler and Qt version is certainly the preferred option if you have a choice.

Re: QCAD Plugins: Using different compiler / Qt version

Posted: Wed Aug 27, 2014 9:32 am
by andrew
Note: I've split your last post about making classes scriptable into a new thread at:
viewtopic.php?f=30&t=3022