Wich Qt build you use for plugins compilation

I tried offical qt 5.4-5.6 mingwx86 builds. But when I try enable plugin in Tiled it’s blocked with tooltip “plugin is not for win32

The 32-bit Tiled builds are done with Qt 5.5 mingw492_32, whereas the 64-bit Tiled builds are done with Qt 5.5 msvc2013_64.

In general I don’t make any source or binary compatibility guarantees regarding plugins, so you may just want to fork the Tiled repository, add your plugin to it and compile it all together to make sure it is compatible, rather than trying to ship a plugin separately.

What does your plugin do?

Thank you. Currently i am writing exporter for defold