Error QPluginLoader.
General and Desktop
2
Posts
2
Posters
2.3k
Views
1
Watching
-
I,m having a problem when I try to load any plugin with the QPluginLoader in the last QT version. The plugin and patch are corrects, because I already used in other version of Qt. In this case the Plugin is no loading. I don't know why. When I use the method " qDebug() << loader.errorString(); " , the return it's :
bq. Use incompatible Qt library. Expected build key ""Windows mingw debug full-config"" got, "Windows mingw release full-config"; "
Someone know about this ?