v2.0.0
Loading...
Searching...
No Matches
inv_global.h
Go to the documentation of this file.
1//=============================================================================================================
36
37#ifndef INV_GLOBAL_H
38#define INV_GLOBAL_H
39
40//=============================================================================================================
41// INCLUDES
42//=============================================================================================================
43
44#include <QtCore/qglobal.h>
45#include <utils/buildinfo.h>
46
47//=============================================================================================================
48// DEFINES
49//=============================================================================================================
50
51#if defined(STATICBUILD)
52# define INVSHARED_EXPORT
53#elif defined(MNE_INV_LIBRARY)
54# define INVSHARED_EXPORT Q_DECL_EXPORT
55#else
56# define INVSHARED_EXPORT Q_DECL_IMPORT
57#endif
58
59//=============================================================================================================
64namespace INVLIB{
65
66//=============================================================================================================
71
72//=============================================================================================================
76INVSHARED_EXPORT const char* buildHash();
77
78//=============================================================================================================
83
84}
85
86#endif // INV_GLOBAL_H
#define INVSHARED_EXPORT
Definition inv_global.h:52
build information utils
Inverse source estimation (MNE, dSPM, sLORETA, dipole fitting).
INVSHARED_EXPORT const char * buildHashLong()
INVSHARED_EXPORT const char * buildHash()
INVSHARED_EXPORT const char * buildDateTime()