vs 版无法编译通过
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#ifndef INTERNALGLOBAL_H
|
||||
#define INTERNALGLOBAL_H
|
||||
|
||||
|
||||
#ifdef QtOpmapInternals
|
||||
#if defined(OPMAPINTERNALS_LIBRARY)
|
||||
# define OPMAPINTERNALSHARED_EXPORT Q_DECL_EXPORT
|
||||
#else
|
||||
# define OPMAPINTERNALSHARED_EXPORT Q_DECL_IMPORT
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
#endif // INTERNALGLOBAL_H
|
||||
Reference in New Issue
Block a user