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.

20 lines
531 B
C

/**********************************************************************
* @file FITKInterfaceCFDPostAPI.h
* @brief
* @author BaGuijun (baguijun@163.com)
* @date 2024-09-06
*********************************************************************/
#ifndef _FITKInterfaceCFDPostAPI_H_
#define _FITKInterfaceCFDPostAPI_H_
#include <QtCore/QtGlobal>
#if defined(FITKInterfaceCFDPost_API)
#define FITKInterfaceCFDPostAPI Q_DECL_EXPORT
#else
#define FITKInterfaceCFDPostAPI Q_DECL_IMPORT
#endif
#endif