opencv_mv/QPlugins/GeometryTools/GetContourPoints/getcontourpoints_global.h

14 lines
256 B
C
Raw Permalink Normal View History

2023-05-22 09:27:46 +00:00
#pragma once
#include <QtCore/qglobal.h>
#ifndef BUILD_STATIC
# if defined(GETCONTOURPOINTS_LIB)
# define GETCONTOURPOINTS_EXPORT Q_DECL_EXPORT
# else
# define GETCONTOURPOINTS_EXPORT Q_DECL_IMPORT
# endif
#else
# define GETCONTOURPOINTS_EXPORT
#endif