You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not the way the Qt Plugin system works. It has to be built and installed to the local system. Then you build your application around it, then your application will be deployed.
Of course you may find a way with submodules and plugin paths of Qt - but is it worth?
It's a bit tedious but it's possible: see this example https://github.com/lirios/fluid/tree/develop/examples/perproject/minimalqmake
The .pro files shipped with Fluid are only intended to embed it into your qmake project, therefore the only build targets are the QML imports which will be built dynamically and installed alongside your application.
Everything in the example needs to be reproduced in your project, including the .qmake.conf file.
is it possible to include this library in other project ?
i did this in my pro file :
include(Fluid/fluid.pro)
but result is an empty project
The text was updated successfully, but these errors were encountered: