17 lines
288 B
C
17 lines
288 B
C
#ifndef MAPWIDGETGLOBAL_H
|
|
#define MAPWIDGETGLOBAL_H
|
|
|
|
#include <QtCore/qglobal.h>
|
|
|
|
#ifdef QtopmapWidget
|
|
#if defined(OPMAPWIDGET_LIBRARY)
|
|
# define OPMAPWIDGETSHARED_EXPORT Q_DECL_EXPORT
|
|
#else
|
|
# define OPMAPWIDGETSHARED_EXPORT Q_DECL_IMPORT
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
#endif // MAPWIDGETGLOLAB_H
|