v2.0.0
Loading...
Searching...
No Matches
disp3D_rhi_global.h
Go to the documentation of this file.
1//=============================================================================================================
34
35#ifndef DISP3DRHILIB_DISP3D_RHI_GLOBAL_H
36#define DISP3DRHILIB_DISP3D_RHI_GLOBAL_H
37
38//=============================================================================================================
39// INCLUDES
40//=============================================================================================================
41
42#include <QtCore/qglobal.h>
43#include <utils/buildinfo.h>
44
45//=============================================================================================================
46// DEFINES
47//=============================================================================================================
48
49#if defined(STATICBUILD)
50# define DISP3DRHISHARED_EXPORT
51#elif defined(MNE_DISP3D_RHI_LIBRARY)
52# define DISP3DRHISHARED_EXPORT Q_DECL_EXPORT
53#else
54# define DISP3DRHISHARED_EXPORT Q_DECL_IMPORT
55#endif
56
57//=============================================================================================================
62namespace DISP3DRHILIB{
63
64//=============================================================================================================
68const char* buildDateTime();
69
70//=============================================================================================================
74const char* buildHash();
75
76//=============================================================================================================
80const char* buildHashLong();
81}
82
83#endif // DISP3DRHILIB_DISP3D_RHI_GLOBAL_H
build information utils
3-D brain visualisation using the Qt RHI rendering backend.
const char * buildDateTime()
const char * buildHash()
const char * buildHashLong()