opencv_mv/QPlugins/GeometryTools/FitEllipse/fitellipse_global.h

14 lines
232 B
C

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