MNE-CPP
beta 1.0
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
applications
mne_rt_server
connectors
BabyMEG
babymeg_global.h
1
//=============================================================================================================
37
#ifndef BABYMEG_GLOBAL_H
38
#define BABYMEG_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(BABYMEG_LIBRARY)
55
# define BABYMEGSHARED_EXPORT Q_DECL_EXPORT
56
#else
57
# define BABYMEGSHARED_EXPORT Q_DECL_IMPORT
58
#endif
59
60
#endif // BABYMEG_GLOBAL_H
Generated on Fri Mar 27 2015 22:54:25 for MNE-CPP by
1.8.9.1