You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AppFlow/FITK_Component/FITKFlowOFIOHDF5/FITKFlowOFIOHDF5API.h

21 lines
517 B
C

/**********************************************************************
* @file FITKFlowOFIOHDF5API.h
* @brief 声明外部接口
* @author liuzhonghua (liuzhonghuaszch@163.com)
* @date 2024-09-07
*********************************************************************/
#ifndef _FITKFLOWOFIOHDF5_API_H_
#define _FITKFLOWOFIOHDF5_API_H_
#include <QtCore/QtGlobal>
#if defined(FITKFLOWOFIOHDF5_API)
#define FITKFLOWOFIOHDF5API Q_DECL_EXPORT
#else
#define FITKFLOWOFIOHDF5API Q_DECL_IMPORT
#endif
#endif