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. Plugin no longer recognized after including QT elements.
Forum Updated to NodeBB v4.3 + New Features

Plugin no longer recognized after including QT elements.

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
1 Posts 1 Posters 175 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.
  • I Offline
    I Offline
    ihatehighlevel
    wrote on last edited by
    #1

    Hello all,

    I am working on a plugin (DLL) for a non-QT application on a Windows machine, but I am having issues including any QT functionalities.

    The plugin is recognized by the application if I do not include any QT elements in the code. However, once I include any QT elements, the plugin is no longer recognized by the application. I assume this is because the application can't find the required QT dependencies and therefore ignores the plugin altogether.

    I have tried using the windeployqt tool to make the required libraries available and placed them in the same folder as the DLL, but nothing seems to be working. I also considered deploying a static version of the DLL, but I am fairly new to the QT environment and I can't seem to make heads or tails of anything. I understand that QT is meant to be modular and include only the required resources, but is there any way of just installing all the QT libraries on the system and just letting it find what it needs?

    I typically work on low level or even bare metal programming, so explaining things like I'm 5 would probably be a good idea. If this is the wrong forum for this please let me know.

    Thanks

    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