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. Build project with custom qml plugin with QT static
Forum Updated to NodeBB v4.3 + New Features

Build project with custom qml plugin with QT static

Scheduled Pinned Locked Moved Solved General and Desktop
1 Posts 1 Posters 128 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.
  • L Offline
    L Offline
    Lillo
    wrote on last edited by
    #1

    Hello, I have a subdirs project that contains a plugin for qml made by me and the launcher of that plugin. I always compiled it with a normal version of qt 5.14.2, but now I did a static installation of that same version of qt to generate executables of my projects, and everything went well, until this project, and the problem comes in the import of the plugin in the project that is responsible for launching it. And it is that in the line where I import the qml file it gives me this error and I am not able to solve it:
    "QML module does not contain information about components contained in plugins"
    This plugin with normal qt generated a dynamic library (.so) now it generates a static one (.a) as it should be.

    1 Reply Last reply
    0
    • L Lillo has marked this topic as solved on

    • Login

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