XNSim/Release/template/Template_global.h.tmp
2025-04-28 12:25:20 +08:00

13 lines
230 B
Plaintext
Executable File

#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