LAMPCAE/src/PostPlotWidget/PostPlotWidgetAPI.h

14 lines
245 B
C
Raw Normal View History

2023-05-08 06:32:41 +00:00
#ifndef POSTPLOTWIDGETAPI_H
#define POSTPLOTWIDGETAPI_H
#include <QtCore/QtGlobal>
#if defined(POSTPLOTWIDGET_API)
#define POSTPLOTWIDGETAPI Q_DECL_EXPORT
#else
#define POSTPLOTWIDGETAPI Q_DECL_IMPORT
#endif
#endif // POSTPLOTWIDGETAPI_H