Files
witmotionDll/witmotiondll_global.h
2022-05-29 23:24:27 +08:00

13 lines
270 B
C

#ifndef WITMOTIONDLL_GLOBAL_H
#define WITMOTIONDLL_GLOBAL_H
#include <QtCore/qglobal.h>
#if defined(WITMOTIONDLL_LIBRARY)
# define WITMOTIONDLLSHARED_EXPORT Q_DECL_EXPORT
#else
# define WITMOTIONDLLSHARED_EXPORT Q_DECL_IMPORT
#endif
#endif // WITMOTIONDLL_GLOBAL_H