XNSim/XNModels/XNAerodynamics/XNAerodynamics/XNAerodynamics_global.h
2025-04-28 12:25:20 +08:00

13 lines
266 B
C
Executable File

#ifndef XNAERODYNAMICS_GLOBAL_H
#define XNAERODYNAMICS_GLOBAL_H
#include <QtCore/qglobal.h>
#if defined(XNAERODYNAMICS_LIBRARY)
#define XNAERODYNAMICS_EXPORT Q_DECL_EXPORT
#else
#define XNAERODYNAMICS_EXPORT Q_DECL_IMPORT
#endif
#endif // XNAERODYNAMICS_GLOBAL_H