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_Interface/FITKInterfaceMesh/FITKInterfaceMeshAPI.h

22 lines
380 B
C

/**
*
* @file FITKInterfaceMeshAPI.h
* @brief 声明接口宏
* @author LiBaojun (libaojunqd@foxmail.com)
* @date 2024-02-29
*
*/
#ifndef _FITKINTERFACEMESH_API_H_
#define _FITKINTERFACEMESH_API_H_
#include <QtCore/QtGlobal>
#if defined(FITKInterfaceMesh_API)
#define FITKInterfaceMeshAPI Q_DECL_EXPORT
#else
#define FITKInterfaceMeshAPI Q_DECL_IMPORT
#endif
#endif