17 lines
286 B
C
17 lines
286 B
C
#ifndef MAVLINKNODEGLOBAL_H
|
|
#define MAVLINKNODEGLOBAL_H
|
|
|
|
#include <QtCore/qglobal.h>
|
|
|
|
#ifdef QtMavlinkNode
|
|
#if defined(MAV_LIBRARY)
|
|
# define MAVLINKNODESHARED_EXPORT Q_DECL_EXPORT
|
|
#else
|
|
# define MAVLINKNODESHARED_EXPORT Q_DECL_IMPORT
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
#endif // MAVLINKNODEGLOBAL_H
|