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