 |
NDEVR
API Documentation
|
33#include <NDEVRConfig.h>
35# undef DRONE_PHOTOGRAMMETRY_API
40# ifdef NDEVR_STATIC_BUILD
41# define DRONE_PHOTOGRAMMETRY_API
42# define DRONE_PHOTOGRAMMETRY_T_API extern
43# elif defined DRONE_PHOTOGRAMMETRY_BUILD_DLL_EXPORT
44# define DRONE_PHOTOGRAMMETRY_API __declspec(dllexport)
45# define DRONE_PHOTOGRAMMETRY_T_API
46# pragma warning (disable : 4251)
47# pragma warning (disable : 4661)
53# define DRONE_PHOTOGRAMMETRY_API __declspec(dllimport)
54# define DRONE_PHOTOGRAMMETRY_T_API
55# pragma warning (disable : 4661)
56# pragma warning (disable : 4251)
60#include <QtCore/QtGlobal>
61# ifdef NDEVR_STATIC_BUILD
62# define DRONE_PHOTOGRAMMETRY_API
63# define DRONE_PHOTOGRAMMETRY_T_API
64# elif defined DRONE_PHOTOGRAMMETRY_BUILD_DLL_EXPORT
65# define DRONE_PHOTOGRAMMETRY_API Q_DECL_EXPORT
66# define DRONE_PHOTOGRAMMETRY_T_API
68# define DRONE_PHOTOGRAMMETRY_API Q_DECL_IMPORT
69# define DRONE_PHOTOGRAMMETRY_T_API
73# define DRONE_PHOTOGRAMMETRY_API __attribute__((visibility("default")))
74# define DRONE_PHOTOGRAMMETRY_T_API
- DronePhotogrammetry
- Headers
- DLLInfo.h