opencv_mv/QPlugins/ImageProcess/ImageSplice/imagesplice_global.h

14 lines
236 B
C
Raw Normal View History

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