RasterProcessTool/RasterMainWidgetGUI/RasterMainWidgetGUIAPI.h

11 lines
195 B
C

#pragma once
#include <QtCore/qglobal.h>
# ifdef RASTERMAINWIDGETGUI_LIB
# define RASTERMAINWIDGETGUI_EXPORT Q_DECL_EXPORT
# else
# define RASTERMAINWIDGETGUI_EXPORT Q_DECL_IMPORT
# endif