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/FITKInterfaceGeometry/FITKInterfaceGeometryAPI.h

22 lines
425 B
C

/**
*
* @file FITKInterfaceGeometryAPI.h
* @brief api
* @author LiBaojun (libaojunqd@foxmail.com)
* @date 2024-07-12
*
*/
#ifndef _FITKInterfaceGeometry_API_H_
#define _FITKInterfaceGeometry_API_H_
#include <QtCore/QtGlobal>
#if defined(FITKInterfaceGeometry_API)
#define FITKInterfaceGeometryAPI Q_DECL_EXPORT
#else
#define FITKInterfaceGeometryAPI Q_DECL_IMPORT
#endif
#endif