13 lines
266 B
C
Executable File
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
|