dll pack & replace mt

This commit is contained in:
王劲鹏
2021-05-18 16:15:28 +08:00
committed by osborn
parent e82e598921
commit ada65c836f
44 changed files with 137 additions and 60 deletions

View File

@@ -0,0 +1,10 @@
#ifndef DORICEXPORT_H
#define DORICEXPORT_H
#if defined(DORIC_LIBRARY)
# define DORIC_EXPORT Q_DECL_EXPORT
#else
# define DORIC_EXPORT Q_DECL_IMPORT
#endif
#endif // DORICEXPORT_H