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/FITKFluidVTKGraphAdaptor/FITKFluidVTKGraphAdaptorAPI.h

23 lines
583 B
C

/*****************************************************************//**
* @file FITKFluidVTKGraphAdaptorAPI.h
* @brief For export macro.
*
* @author ChengHaotian (yeguangbaozi@foxmail.com)
* @date 2024-07-15
*********************************************************************/
#ifndef _FITKFluidVTKGRAPHADAPTOR_API_H_
#define _FITKFluidVTKGRAPHADAPTOR_API_H_
#include <QtCore/QtGlobal>
#include <QDebug>
#if defined(FITKFLUIDGRAPHADAPTOR_API)
#define FITKFLUIDGRAPHADAPTORAPI Q_DECL_EXPORT
#else
#define FITKFLUIDGRAPHADAPTORAPI Q_DECL_IMPORT
#endif
#endif