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