MNE-CPP
beta 1.0
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
applications
mne_x
plugins
babymeg
babymeg_global.h
1
//=============================================================================================================
36
#ifndef BABYMEG_GLOBAL_H
37
#define BABYMEG_GLOBAL_H
38
39
40
//*************************************************************************************************************
41
//=============================================================================================================
42
// QT INCLUDES
43
//=============================================================================================================
44
45
#include <QtCore/qglobal.h>
46
47
48
//*************************************************************************************************************
49
//=============================================================================================================
50
// PREPROCESSOR DEFINES
51
//=============================================================================================================
52
53
#if defined(BABYMEG_LIBRARY)
54
# define BABYMEGSHARED_EXPORT Q_DECL_EXPORT
55
#else
56
# define BABYMEGSHARED_EXPORT Q_DECL_IMPORT
57
#endif
58
59
#endif // BABYMEG_GLOBAL_H
Generated on Fri Mar 27 2015 22:54:25 for MNE-CPP by
1.8.9.1