XNSim/Release/template/Template_global.h.tmp

13 lines
230 B
Plaintext
Raw Normal View History

2025-04-28 12:25:20 +08:00
#ifndef TEMPLATE_GLOBAL_H
#define TEMPLATE_GLOBAL_H
#include <QtCore/qglobal.h>
#if defined(TEMPLATE_LIBRARY)
#define TEMPLATE_EXPORT Q_DECL_EXPORT
#else
#define TEMPLATE_EXPORT Q_DECL_IMPORT
#endif
#endif // TEMPLATE_GLOBAL_H