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. Custom plugin fails with 'Plugin Verification Data Mismatch'
QtWS25 Last Chance

Custom plugin fails with 'Plugin Verification Data Mismatch'

Scheduled Pinned Locked Moved Solved General and Desktop
custom widgetqt5qtcreatorlinuxcolor
2 Posts 2 Posters 1.7k 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.
  • V Offline
    V Offline
    Votato
    wrote on last edited by Votato
    #1

    Hi,
    I want to use this Qt Plugin, but when I drop it into /usr/lib/qt/plugins/designer/, Qt Creator from 'About QT Designer Plugins' moans at me it has a 'Plugin Verification Data Mismatch'. I am using Arch Linux, and these are the steps I took.

    1. cd color_widgets_designer_plugin
    2. qmake ..
    3. make
    4. make install
    5. Drop the resulting libColorWidgets-qt5.so.1.0.0 into /usr/lib/qt/plugins/designer/

    Thanks, VOT.

    Solved: Plugin didn't use qmake, it used cmake.

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

      Hi,

      That generally means that you are trying to use a plugin built with a version of Qt (e.g. 5.5) with an application built with a different version (e.g. 5.4)

      So check what version of Qt was used to build Qt Creator and use it to build your plugin.

      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

      • Login

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