i wanted to create a software which conforms to the following structure:
A GUI window , and many Qt dynamic libraries , which exports function interface.
So two things to clear out , how to make a plugin for Qt apps , and how to load them , load the exported function by them.
Many thanks !
How to Create Qt Plugins