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