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. Q_PLUGIN_METADATA json updates
Forum Updated to NodeBB v4.3 + New Features

Q_PLUGIN_METADATA json updates

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 812 Views 2 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.
  • mistralegnaM Offline
    mistralegnaM Offline
    mistralegna
    wrote on last edited by
    #1

    Hello,

    I am using Q_PLUGIN_METADATA, with a json attached to describe the metadata of the plugin.

    If I update the JSON attached (e.g. to add some informations), do I have to rebuild all the plugin or is there a shorter way to deliver the plugin with the new metadata ?

    Thank you by advance!

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      AFAIK, yes you have to. That's not a file distributed.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • mistralegnaM Offline
        mistralegnaM Offline
        mistralegna
        wrote on last edited by
        #3

        First, thank you for your answer.

        I know the file is not distributed but I am wondering if we have an easier way to update the Json object that will be resolved at runtime, without knowning how to do (perhaps with something like moc -M<key=value>, but after having compiled the project ).

        Thank you!

        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