Files
gcs-nf/opmap/core/coreglobal.h
T
2020-02-20 22:45:48 +08:00

13 lines
234 B
C

#ifndef COREGLOBAL_H
#define COREGLOBAL_H
#ifdef QtOpmapCore
#if defined(OPMAPCORE_LIBRARY)
# define OPMAPCORESHARED_EXPORT Q_DECL_EXPORT
#else
# define OPMAPCORESHARED_EXPORT Q_DECL_IMPORT
#endif
#endif
#endif // COREGLOBAL_H