Plugin Classes

These Qt Core classes deal with shared libraries, (for example, .so and DLL files), and with Qt plugins.

See the How to Create Qt Plugins page for more information.

Defining Plugins

The <QtPlugin> header file defines macros for defining plugins.

QLibrary

Loads shared libraries at runtime

QPluginLoader

Loads a plugin at run-time