Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Platform Plugins

Platform Plugins

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
2 Posts 2 Posters 927 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.
  • M Offline
    M Offline
    Mark-0001
    wrote on last edited by
    #1

    Hi,

    I've recently had some trouble deploying and running an application with Qt5 due to platform plugins. I am using a config file ('qt.conf') to set the plugin path, which finds my plugin ('xcb'), however it still reports that the application failed to start. Is there anything I'm missing in my setup? I've included the output below in case it helps. Thanks for any ideas.

    Kind regards,
    Mark

    //--------------------------

    QFactoryLoader::QFactoryLoader() looking at "/home/mdavies/dev/src/houdini/bin/karma/plugins/platforms/libqxcb.so"
    Found metadata in lib /home/mdavies/dev/src/houdini/bin/karma/plugins/platforms/libqxcb.so, metadata=
    {
    "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.2",
    "MetaData": {
    "Keys": [
    "xcb"
    ]
    },
    "className": "QXcbIntegrationPlugin",
    "debug": false,
    "version": 328705
    }

    Got keys from plugin meta data ()
    This application failed to start because it could not find or load the Qt platform plugin "xcb"
    in "".

    //--------------------------

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

      Hi and welcome to devnet,

      I'd recommend taking a look at the linuxdeployqt project. It should make your life easier.

      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
      1

      • Login

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