RasterProcessTool/ImageshowTool/imageshowtool_global.h

14 lines
244 B
C
Raw Permalink Normal View History

2025-02-06 13:18:25 +00:00
#pragma once
#include <QtCore/qglobal.h>
#ifndef BUILD_STATIC
# if defined(IMAGESHOWTOOL_LIB)
# define IMAGESHOWTOOL_EXPORT Q_DECL_EXPORT
# else
# define IMAGESHOWTOOL_EXPORT Q_DECL_IMPORT
# endif
#else
# define IMAGESHOWTOOL_EXPORT
#endif