19 #ifndef __PLUGINS_PLUGINMANAGER_H 20 #define __PLUGINS_PLUGINMANAGER_H 62 return "lib" + name +
".dll";
66 #elif defined Q_OS_LINUX 67 return "lib" + name +
".so";
68 #elif defined Q_OS_CYGWIN 69 return "cyg" + name +
".dll";
120 void pluginsLoaded();
127 void pluginsUnloaded();
139 #endif // pluginmanager.h Internal implementation of the plugin manager.
QString expandPluginName(QString const &name)
Expands plugin names for the selected platform.
Plugin manager for eVaf applications.
bool COMMON_EXPORT init()
eVaf common library initialized
Global version information for eVaf applications and modules.