v2.0.0
Loading...
Searching...
No Matches
mna_global.h
Go to the documentation of this file.
1//=============================================================================================================
34
35#ifndef MNA_GLOBAL_H
36#define MNA_GLOBAL_H
37
38//=============================================================================================================
39// INCLUDES
40//=============================================================================================================
41
42#include <utils/buildinfo.h>
43
44//=============================================================================================================
45// QT INCLUDES
46//=============================================================================================================
47
48#include <QtCore/qglobal.h>
49
50//=============================================================================================================
51// DEFINES
52//=============================================================================================================
53
54#if defined(STATICBUILD)
55# define MNASHARED_EXPORT
56#elif defined(MNE_MNA_LIBRARY)
57# define MNASHARED_EXPORT Q_DECL_EXPORT
58#else
59# define MNASHARED_EXPORT Q_DECL_IMPORT
60#endif
61
62//=============================================================================================================
67namespace MNALIB{
68
69//=============================================================================================================
74
75//=============================================================================================================
79MNASHARED_EXPORT const char* buildHash();
80
81//=============================================================================================================
86}
87
88#endif // MNA_GLOBAL_H
build information utils
#define MNASHARED_EXPORT
Definition mna_global.h:55
MNE Analysis Container Format (mna/mnx).
MNASHARED_EXPORT const char * buildHash()
MNASHARED_EXPORT const char * buildHashLong()
MNASHARED_EXPORT const char * buildDateTime()