Creating modules in Qt project
Unsolved
General and Desktop
-
Question - How do I go about to create a Qt project which can add modules dynamically?
Details - I have a Qt project which has many modules (currently these modules are shipped with the Qt app). For a new module release, the user has to currently re-install the software again. How do I redesign this so that anyone can add a new module?
-
Hi and welcome to devnet,
Do you mean something like an updater like the online installer for the Qt SDK ?