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_Interface/FITKVTKAlgorithm/FITKVTKAlgorithmAPI.h

23 lines
540 B
C

/*****************************************************************//**
* @file FITKVTKAlgorithmAPI.h
* @brief For export macro.
*
* @author ChengHaotian (yeguangbaozi@foxmail.com)
* @date 2024-03-21
*********************************************************************/
#ifndef _FITKVTKALGORITHM_API_H_
#define _FITKVTKALGORITHM_API_H_
#include <QtCore/QtGlobal>
#include <QDebug>
#if defined(FITKVTKALGORITHM_API)
#define FITKVTKALGORITHMAPI Q_DECL_EXPORT
#else
#define FITKVTKALGORITHMAPI Q_DECL_IMPORT
#endif
#endif