v2.0.0
Loading...
Searching...
No Matches
disp3D_global.h
Go to the documentation of this file.
1//=============================================================================================================
33
34#ifndef DISP3DLIB_DISP3D_GLOBAL_H
35#define DISP3DLIB_DISP3D_GLOBAL_H
36
37//=============================================================================================================
38// INCLUDES
39//=============================================================================================================
40
41#include <QtCore/qglobal.h>
42#include <utils/buildinfo.h>
43
44//=============================================================================================================
45// DEFINES
46//=============================================================================================================
47
48#if defined(STATICBUILD)
49# define DISP3DSHARED_EXPORT
50#elif defined(MNE_DISP3D_LIBRARY)
51# define DISP3DSHARED_EXPORT Q_DECL_EXPORT
52#else
53# define DISP3DSHARED_EXPORT Q_DECL_IMPORT
54#endif
55
56//=============================================================================================================
61namespace DISP3DLIB{
62
63//=============================================================================================================
67const char* buildDateTime();
68
69//=============================================================================================================
73const char* buildHash();
74
75//=============================================================================================================
79const char* buildHashLong();
80}
81
82#endif // DISP3DLIB_DISP3D_GLOBAL_H
Compile-time helpers that capture the build date, time and git commit hash into the binary.
3-D brain visualisation using the Qt RHI rendering backend.
const char * buildHashLong()
const char * buildHash()
const char * buildDateTime()