opencv_mv/QPlugins/ImageProcess/ImageSource/imagesource_global.h

14 lines
244 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(A_IMAGESOURCE_LIB)
# define A_IMAGESOURCE_EXPORT Q_DECL_EXPORT
# else
# define A_IMAGESOURCE_EXPORT Q_DECL_IMPORT
# endif
#else
# define A_IMAGESOURCE_EXPORT
#endif