MNE-CPP  beta 1.0
xdisp_global.h
Go to the documentation of this file.
1 //=============================================================================================================
36 #ifndef XDISP_GLOBAL_H
37 #define XDISP_GLOBAL_H
38 
39 //*************************************************************************************************************
40 //=============================================================================================================
41 // INCLUDES
42 //=============================================================================================================
43 
44 #include <QtCore/qglobal.h>
45 
46 
47 //*************************************************************************************************************
48 //=============================================================================================================
49 // DEFINES
50 //=============================================================================================================
51 
52 #if defined(XDISP_LIBRARY)
53 # define XDISPSHARED_EXPORT Q_DECL_EXPORT
54 #else
55 # define XDISPSHARED_EXPORT Q_DECL_IMPORT
56 #endif
57 
58 #endif // XDISP_GLOBAL_H