RasterProcessTool/Toolbox/SimulationSARTool/simulationsartool_global.h

14 lines
260 B
C

#pragma once
#include <QtCore/qglobal.h>
#ifndef BUILD_STATIC
# if defined(SIMULATIONSARTOOL_LIB)
# define SIMULATIONSARTOOL_EXPORT Q_DECL_EXPORT
# else
# define SIMULATIONSARTOOL_EXPORT Q_DECL_IMPORT
# endif
#else
# define SIMULATIONSARTOOL_EXPORT
#endif