MNE-CPP  0.1.9
A Framework for Electrophysiology
disp3D_global.h
Go to the documentation of this file.
1 //=============================================================================================================
36 #ifndef DISP3DLIB_DISP3D_GLOBAL_H
37 #define DISP3DLIB_DISP3D_GLOBAL_H
38 
39 //=============================================================================================================
40 // INCLUDES
41 //=============================================================================================================
42 
43 #include <QtCore/qglobal.h>
44 #include <utils/buildinfo.h>
45 
46 //=============================================================================================================
47 // DEFINES
48 //=============================================================================================================
49 
50 #if defined(STATICBUILD)
51 # define DISP3DSHARED_EXPORT
52 #elif defined(MNE_DISP3D_LIBRARY)
53 # define DISP3DSHARED_EXPORT Q_DECL_EXPORT
54 #else
55 # define DISP3DSHARED_EXPORT Q_DECL_IMPORT
56 #endif
57 
58 namespace DISP3DLIB{
59 
60 //=============================================================================================================
64 DISP3DLIB_DISP3D_GLOBAL_H const char* buildDateTime();
65 
66 //=============================================================================================================
70 DISP3DLIB_DISP3D_GLOBAL_H const char* buildHash();
71 
72 //=============================================================================================================
76 DISP3DLIB_DISP3D_GLOBAL_H const char* buildHashLong();
77 }
78 
79 #endif // DISP3DLIB_GLOBAL_H
buildinfo.h
build information utils