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_Component/FITKCompMessageWidget/FITKCompMessageWidgetAPI.h

21 lines
388 B
C

/**
*
* @file FITKCompMessageWidgetAPI.h
* @brief 导入导出库声明
* @author BaGuijun (baguijun@163.com)
* @date 2024-03-05
*
*/
#ifndef _FITKCompMessageWidgetAPI_H_
#define _FITKCompMessageWidgetAPI_H_
#include <QtCore/QtGlobal>
#if defined(FITKCompMessageWidget_API)
#define CompMesWidgetAPI Q_DECL_EXPORT
#else
#define CompMesWidgetAPI Q_DECL_IMPORT
#endif
#endif