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/FITKInterfaceIO/FITKInterfaceIOAPI.h

22 lines
368 B
C

/**
*
* @file FITKInterfaceIOAPI.h
* @brief
* @author LiBaojun (libaojunqd@foxmail.com)
* @date 2024-03-08
*
*/
#ifndef _FITKINTERFACE_IO_API_H_
#define _FITKINTERFACE_IO_API_H_
#include <QtCore/QtGlobal>
#if defined(FITKInterfaceIO_API)
#define FITKInterfaceIOAPI Q_DECL_EXPORT
#else
#define FITKInterfaceIOAPI Q_DECL_IMPORT
#endif
#endif