MNE-CPP  beta 1.0
rtinv_global.h
Go to the documentation of this file.
1 //=============================================================================================================
36 #ifndef RTINV_GLOBAL_H
37 #define RTINV_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(BUILD_MNECPP_STATIC_LIB)
54 # define RTINVSHARED_EXPORT
55 #elif defined(RTINV_LIBRARY)
56 # define RTINVSHARED_EXPORT Q_DECL_EXPORT
57 #else
58 # define RTINVSHARED_EXPORT Q_DECL_IMPORT
59 #endif
60 
61 //#if defined(RTINV_LIBRARY)
62 //# define RTINVSHARED_EXPORT Q_DECL_EXPORT /**< Q_DECL_EXPORT must be added to the declarations of symbols used when compiling a shared library. */
63 //#else
64 //# define RTINVSHARED_EXPORT Q_DECL_IMPORT /**< Q_DECL_IMPORT must be added to the declarations of symbols used when compiling a client that uses the shared library. */
65 //#endif
66 
67 #endif // RTINV_GLOBAL_H