I’m planning to build an application supports plugins (similar to FireFox, Qt Creator, Chromium.. etc). So I’m wondering, Does Qt pluging protocol may help me out or I’ve to build it from the scratch?
After hours of googling I summarized what I got and I wish from you to help me more
Article talks [blog.nuclex-games.com] about building C++ plugin based
Qtilities [jpnaude.github.io] : library extends Qt abilities and supports plugin based architect but I’m not sure if I’ve to make all GUI use it or I can just use the part I need.
GCF [vcreatelogic.com] : Old Qt4 library designed specially for Qt plugin based architect but it’s commercial solution and doesn’t support Qt5
↧