RasterProcessTool/RasterProcessToolWidget/ToolBoxManager/PluginManagerAPI.h

14 lines
224 B
C
Raw Permalink Normal View History

#ifndef _PLUGINMANAGERAPI_H__
#define _PLUGINMANAGERAPI_H__
#include <QtCore/QtGlobal>
#if defined(PLUGINMANAGER_API)
#define PLUGINMANAGERAPI Q_DECL_EXPORT
#else
#define PLUGINMANAGERAPI Q_DECL_IMPORT
#endif
#endif