I created a test application that searches for plugins in a directory, and for every one calls their getWidget() function and adds the widget to a layout.

I have a .h file that contains the plugin interface, including the getWidget() method.

How do I create the plugins (using Qt Creator)? I'm completely clueless.