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

11 lines
184 B
C
Raw Normal View History

2021-05-18 16:15:28 +08:00
#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