MNE-CPP 0.1.9
A Framework for Electrophysiology
Loading...
Searching...
No Matches
inverse_global.h
Go to the documentation of this file.
1//=============================================================================================================
37#ifndef INVERSE_GLOBAL_H
38#define INVERSE_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 INVERSESHARED_EXPORT
53#elif defined(MNE_INVERSE_LIBRARY)
54# define INVERSESHARED_EXPORT Q_DECL_EXPORT
55#else
56# define INVERSESHARED_EXPORT Q_DECL_IMPORT
57#endif
58
59namespace INVERSELIB{
60
61//=============================================================================================================
65INVERSESHARED_EXPORT const char* buildDateTime();
66
67//=============================================================================================================
71INVERSESHARED_EXPORT const char* buildHash();
72
73//=============================================================================================================
77INVERSESHARED_EXPORT const char* buildHashLong();
78
79}
80
81#endif // INVERSE_GLOBAL_H
build information utils
#define INVERSESHARED_EXPORT