Files
gcs-nf/opmap/mapwidget/mapwidgetglobal.h
T

17 lines
288 B
C
Raw Normal View History

2020-02-20 22:45:48 +08:00
#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