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.
22 lines
404 B
C
22 lines
404 B
C
/**
|
|
*
|
|
* @file FITKInterfaceMeshGenAPI.h
|
|
* @brief 定义接口
|
|
* @author LiBaojun (libaojunqd@foxmail.com)
|
|
* @date 2024-07-17
|
|
*
|
|
*/
|
|
#ifndef _FITKInterfaceMeshGen_API_API_H_
|
|
#define _FITKInterfaceMeshGen_API_API_H_
|
|
|
|
#include <QtCore/QtGlobal>
|
|
|
|
|
|
#if defined(FITKInterfaceMeshGen_API)
|
|
#define FITKInterfaceMeshGenAPI Q_DECL_EXPORT
|
|
#else
|
|
#define FITKInterfaceMeshGenAPI Q_DECL_IMPORT
|
|
#endif
|
|
|
|
#endif
|