将框架搭好
This commit is contained in:
12
witmotiondll_global.h
Normal file
12
witmotiondll_global.h
Normal file
@ -0,0 +1,12 @@
|
||||
#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
|
Reference in New Issue
Block a user