Build project with custom qml plugin with QT static
Solved
General and Desktop
-
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. -