2020-06-11 17:32:58 +08:00
|
|
|
#ifndef MAVLINKINSPECTORGLOBAL_H
|
|
|
|
|
#define MAVLINKINSPECTORGLOBAL_H
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include <QtCore/qglobal.h>
|
|
|
|
|
|
|
|
|
|
#ifdef QtMavlinkInspector
|
|
|
|
|
#if defined(MAVLINKINSPECTOR_LIBRARY)
|
|
|
|
|
# define MAVLINKINSPECTORSHARED_EXPORT Q_DECL_EXPORT
|
|
|
|
|
#else
|
|
|
|
|
# define MAVLINKINSPECTORSHARED_EXPORT Q_DECL_IMPORT
|
|
|
|
|
#endif
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif // MAVLINKINSPECTORGLOBAL_H
|