13 lines
240 B
C
Raw Normal View History

2024-11-25 17:15:44 +08:00
#ifndef XYCOMFUNC_GLOBAL_H
#define XYCOMFUNC_GLOBAL_H
#include <QtCore/qglobal.h>
#if defined(XYCOMFUNC_LIBRARY)
# define XYCOMFUNC_EXPORT Q_DECL_EXPORT
#else
# define XYCOMFUNC_EXPORT Q_DECL_IMPORT
#endif
#endif // XYCOMFUNC_GLOBAL_H