 |
NDEVR
API Documentation
|
33#include <NDEVRConfig.h>
40# ifdef NDEVR_STATIC_BUILD
42# define JORVIK_T_API extern
43# elif defined JORVIK_BUILD_DLL_EXPORT
44# define JORVIK_API __declspec(dllexport)
46# pragma warning (disable : 4251)
47# pragma warning (disable : 4661)
48# pragma warning (disable : 4251)
54# define JORVIK_API __declspec(dllimport)
56# pragma warning (disable : 4661)
57# pragma warning (disable : 4251)
61#include <QtCore/QtGlobal>
62# ifdef NDEVR_STATIC_BUILD
65# elif defined JORVIK_BUILD_DLL_EXPORT
66# define JORVIK_API Q_DECL_EXPORT
69# define JORVIK_API Q_DECL_IMPORT
74# define JORVIK_API __attribute__((visibility("default")))