将框架搭好

This commit is contained in:
tangchao
2022-05-29 23:24:27 +08:00
parent 7de10cd461
commit 32ae01d710
10 changed files with 311 additions and 0 deletions

12
witmotiondll_global.h Normal file
View 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