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/OperatorsGUI/OperatorsGUIAPI.h

23 lines
518 B
C

/*****************************************************************//**
* @file OperatorsGUIAPI.h
* @brief For export macro.
*
* @author ChengHaotian (yeguangbaozi@foxmail.com)
* @date 2024-06-12
*********************************************************************/
#ifndef _OperatorsGUIAPI_H_
#define _OperatorsGUIAPI_H_
#include <QtCore/QtGlobal>
#include <QDebug>
#if defined(OperatorsGUI_API)
#define OperatorsGUIAPI Q_DECL_EXPORT
#else
#define OperatorsGUIAPI Q_DECL_IMPORT
#endif
#endif