opencv_mv/QPlugins/GeometryTools/FitLine/fitline_global.h

14 lines
220 B
C

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