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/FITKCGNSIO/FITKCGNSIOAPI.h

21 lines
510 B
C

/**********************************************************************
* @file FITKCGNSIOAPI.h
* @brief cgns
* @author liuzhonghua (liuzhonghuaszch@163.com)
* @date 2024-09-19
*********************************************************************/
#ifndef FITKCGNSIOAPI_H
#define FITKCGNSIOAPI_H
#include <QtCore/QtGlobal>
#ifdef FITKCGNSIO_API
#define FITKCGNSIOAPI Q_DECL_EXPORT
#else
#define FITKCGNSIOAPI Q_DECL_IMPORT
#endif
#endif // FITKCGNSIOAPI_H