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
371 B
C

/**
*
* @file FITKAppFrameworkAPI.h
* @brief 声明接口
* @author LiBaojun (libaojunqd@foxmail.com)
* @date 2024-03-07
*
*/
#ifndef _FITKAPPFRAMEWORK_API_H_
#define _FITKAPPFRAMEWORK_API_H_
#include <QtCore/QtGlobal>
#if defined(FITKAppFramework_API)
#define FITKAppFrameworkAPI Q_DECL_EXPORT
#else
#define FITKAppFrameworkAPI Q_DECL_IMPORT
#endif
#endif