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.

19 lines
475 B
C

/**********************************************************************
* @file GUIWidgetAPI.h
* @brief
* @author BaGuijun (baguijun@163.com)
* @date 2024-09-04
*********************************************************************/
#ifndef _GUIWidgetAPI_H_
#define _GUIWidgetAPI_H_
#include <QtCore/QtGlobal>
#ifdef GUIWidget_API
#define GUIWidgetAPI Q_DECL_EXPORT
#else
#define GUIWidgetAPI Q_DECL_IMPORT
#endif
#endif // __GUIWIDGETAPI_H__