MNE-CPP
beta 0.1
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
MNE
mne
mne_global.h
Go to the documentation of this file.
1
//=============================================================================================================
36
#ifndef MNE_GLOBAL_H
37
#define MNE_GLOBAL_H
38
39
40
//*************************************************************************************************************
41
//=============================================================================================================
42
// INCLUDES
43
//=============================================================================================================
44
45
#include <QtCore/qglobal.h>
46
47
48
//*************************************************************************************************************
49
//=============================================================================================================
50
// DEFINES
51
//=============================================================================================================
52
53
#if defined(MNE_LIBRARY)
54
# define MNESHARED_EXPORT Q_DECL_EXPORT
55
#else
56
# define MNESHARED_EXPORT Q_DECL_IMPORT
57
#endif
58
59
#endif // MNE_GLOBAL_H
Generated on Mon Jun 9 2014 15:58:08 for MNE-CPP by
1.8.7