This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Doric/doric-Qt/example/doric/DoricExport.h
2021-05-20 18:27:45 +08:00

11 lines
184 B
C

#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