c++ - Qt5.4 How can I create an app based in plugins? -
i have app in qt 5.4 when need include new functionality, need recompile app, take time, need know how create or modified app use plugins created me.
a plugin-based architecture requires binary compatible , stable interfaces. once have these, full-project recompilation should take time recompiling single plugin.
most likely, have interdependencies in code preclude maintaining binary compatibility anyway - if didn't, changes localized enough recompilation touch couple of files.
what you're trying come solution wrong problem. fix structure of code, , recompilation times drop. no need plugins.
Comments
Post a Comment