v2.0.0
Loading...
Searching...
No Matches
fs_global.h
Go to the documentation of this file.
1//=============================================================================================================
36
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//=============================================================================================================
64namespace FSLIB{
65
66//=============================================================================================================
70FSSHARED_EXPORT const char* buildDateTime();
71
72//=============================================================================================================
76FSSHARED_EXPORT const char* buildHash();
77
78//=============================================================================================================
82FSSHARED_EXPORT const char* buildHashLong();
83}
84
85#endif // FS_GLOBAL_H
build information utils
#define FSSHARED_EXPORT
Definition fs_global.h:52
FreeSurfer surface and annotation I/O.
const char * buildHash()
Definition fs_global.cpp:50
const char * buildDateTime()
Definition fs_global.cpp:46
const char * buildHashLong()
Definition fs_global.cpp:54