MNE-CPP
0.1.9
A Framework for Electrophysiology
src
libraries
fs
fs_global.h
Go to the documentation of this file.
1
//=============================================================================================================
37
#ifndef FS_GLOBAL_H
38
#define FS_GLOBAL_H
39
40
//=============================================================================================================
41
// QT 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 FSSHARED_EXPORT
53
#elif defined(MNE_FS_LIBRARY)
54
# define FSSHARED_EXPORT Q_DECL_EXPORT
55
#else
56
# define FSSHARED_EXPORT Q_DECL_IMPORT
57
#endif
58
59
namespace
FSLIB{
60
61
//=============================================================================================================
65
FSSHARED_EXPORT
const
char
* buildDateTime();
66
67
//=============================================================================================================
71
FSSHARED_EXPORT
const
char
* buildHash();
72
73
//=============================================================================================================
77
FSSHARED_EXPORT
const
char
* buildHashLong();
78
}
79
80
#endif // FS_GLOBAL_H
FSSHARED_EXPORT
#define FSSHARED_EXPORT
Definition:
fs_global.h:56
buildinfo.h
build information utils
Generated on Wed Aug 9 2023 17:55:41 for MNE-CPP by
1.8.17