You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nmWTAI-Platform/Include/nmNum/nmRender/nmRender_global.h

14 lines
332 B
C

#ifndef NMRENDER_GLOBAL_H
#define NMRENDER_GLOBAL_H
#include <QtCore/qglobal.h>
// 编译 nmRender 本体时导出符号,其他模块包含本头文件时导入符号。
#if defined(NM_RENDER_LIBRARY)
# define NM_RENDER_EXPORT Q_DECL_EXPORT
#else
# define NM_RENDER_EXPORT Q_DECL_IMPORT
#endif
#endif // NMRENDER_GLOBAL_H