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