13 lines
234 B
C
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
|