Files
CodeRepository/Projects/App_Toolkits/Toolkit_Plugins/Toolkit_Plugin_global.h

13 lines
290 B
C
Raw Normal View History

2026-02-01 22:23:06 +08:00
#ifndef TOOLKIT_TOOLKIT_PLUGIN_GLOBAL_H
#define TOOLKIT_TOOLKIT_PLUGIN_GLOBAL_H
#include <QtCore/qglobal.h>
#if defined(TOOLKIT_PLUGIN_LIBRARY)
#define TOOLKIT_PLUGIN_EXPORT Q_DECL_EXPORT
#else
#define TOOLKIT_PLUGIN_EXPORT Q_DECL_IMPORT
#endif
#endif // TOOLKIT_TOOLKIT_PLUGIN_GLOBAL_H