Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Error QPluginLoader.
Forum Updated to NodeBB v4.3 + New Features

Error QPluginLoader.

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 2.3k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    ThyagoPereira
    wrote on last edited by
    #1

    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 ?

    1 Reply Last reply
    0
    • F Offline
      F Offline
      Franzk
      wrote on last edited by
      #2

      The message is quite clear. You are trying to load plug-in that is built with a debug configuration in a program that is built in release configuration. You need to build your plug-in in the release configuration.

      "Horse sense is the thing a horse has which keeps it from betting on people." -- W.C. Fields

      http://www.catb.org/~esr/faqs/smart-questions.html

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved