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/FITKInterfaceModel/FITKInterfaceModelAPI.h

22 lines
385 B
C

 /**
*
* @file FITKInterfaceModelAPI.h
* @brief API
* @author LiBaojun (libaojunqd@foxmail.com)
* @date 2024-02-27
*
*/
#ifndef _FITKINTERFACEMODEL_API_H_
#define _FITKINTERFACEMODEL_API_H_
#include <QtCore/QtGlobal>
#if defined(FITKInterfaceModel_API)
#define FITKInerfaceModelAPI Q_DECL_EXPORT
#else
#define FITKInerfaceModelAPI Q_DECL_IMPORT
#endif
#endif