dll pack & replace mt
This commit is contained in:
10
doric-Qt/example/doric/DoricExport.h
Normal file
10
doric-Qt/example/doric/DoricExport.h
Normal 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
|
||||
Reference in New Issue
Block a user