v2.0.0
Loading...
Searching...
No Matches
utils_global.h
Go to the documentation of this file.
1//=============================================================================================================
37
38#ifndef UTILS_GLOBAL_H
39#define UTILS_GLOBAL_H
40
41#include "buildinfo.h"
42
43//=============================================================================================================
44// QT INCLUDES
45//=============================================================================================================
46
47#include <QtCore/qglobal.h>
48
49//=============================================================================================================
50// DEFINES
51//=============================================================================================================
52
53#if defined(STATICBUILD)
54# define UTILSSHARED_EXPORT
55#elif defined(MNE_UTILS_LIBRARY)
56# define UTILSSHARED_EXPORT Q_DECL_EXPORT
57#else
58# define UTILSSHARED_EXPORT Q_DECL_IMPORT
59#endif
60
61//=============================================================================================================
66namespace UTILSLIB{
67
68//=============================================================================================================
73
74//=============================================================================================================
78UTILSSHARED_EXPORT const char* buildHash();
79
80//=============================================================================================================
85}
86
87#endif // MNEUTILS_GLOBAL_H
build information utils
#define UTILSSHARED_EXPORT
Shared utilities (I/O helpers, spectral analysis, layout management, warp algorithms).
Definition buildinfo.h:45
const char * buildHash()
const char * buildDateTime()
const char * buildHashLong()