Introduction - If you have any usage issues, please Google them yourself
This Qt C++ application demonstrates how to implement Qt plug-ins to extend
application features.
The package contains an example application with a Qt plug-in interface and
four different plug-ins (for links, pictures, audio files, and video files) as
separate installation packages. Once installed, the plug-ins search for
specific content from the device using the class QDesktopServices. Changes in
installed plug-ins can be detected at runtime.