44#include <QtCore/qglobal.h>
50#if defined(STATICBUILD)
51# define MATHSHARED_EXPORT
52#elif defined(MNE_MATH_LIBRARY)
53# define MATHSHARED_EXPORT Q_DECL_EXPORT
55# define MATHSHARED_EXPORT Q_DECL_IMPORT
Compile-time helpers that capture the build date, time and git commit hash into the binary.
#define MATHSHARED_EXPORT
Mathematical algorithms and geometry (linear algebra, optimization, spectral estimation).
MATHSHARED_EXPORT const char * buildDateTime()
MATHSHARED_EXPORT const char * buildHash()
MATHSHARED_EXPORT const char * buildHashLong()