Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. qmlplugindump with debug extension

qmlplugindump with debug extension

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
qmlqmlplugindump
2 Posts 2 Posters 724 Views
  • 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.
  • G Offline
    G Offline
    GrahamLa
    wrote on last edited by
    #1

    Hi
    I have build an extension plugin in debug mode
    When I try to run qmlplugindump I get

    QQmlComponent: Component is not ready
    file:///C:/Qt/Examples/Qt-5.12.0/qml/qmlextensionplugins/imports/typelist.qml:3:1: plugin cannot be loaded for module "TimeExample": The plugin 'C:/Qt/Examples/Qt-5.12.0/qml/qmlextensionplugins/imports/TimeExample/qmlqtimeexampleplugin.dll' uses incompatible Qt library. (Cannot mix debug and release libraries.)
    

    How can I run qmlplugindump on debug extension?
    Thanks

    raven-worxR 1 Reply Last reply
    0
    • G GrahamLa

      Hi
      I have build an extension plugin in debug mode
      When I try to run qmlplugindump I get

      QQmlComponent: Component is not ready
      file:///C:/Qt/Examples/Qt-5.12.0/qml/qmlextensionplugins/imports/typelist.qml:3:1: plugin cannot be loaded for module "TimeExample": The plugin 'C:/Qt/Examples/Qt-5.12.0/qml/qmlextensionplugins/imports/TimeExample/qmlqtimeexampleplugin.dll' uses incompatible Qt library. (Cannot mix debug and release libraries.)
      

      How can I run qmlplugindump on debug extension?
      Thanks

      raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      @GrahamLa
      are you using the qmlplugindump executable from the package matching and also you need to recompile qmlpluugindump from source in debug yourself.

      But why can't you simply build a release version of your plugin?

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      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