Go to the documentation of this file.
36 #ifndef RTINV_GLOBAL_H
37 #define RTINV_GLOBAL_H
45 #include <QtCore/qglobal.h>
53 #if defined(BUILD_MNECPP_STATIC_LIB)
54 # define RTINVSHARED_EXPORT
55 #elif defined(RTINV_LIBRARY)
56 # define RTINVSHARED_EXPORT Q_DECL_EXPORT
58 # define RTINVSHARED_EXPORT Q_DECL_IMPORT
67 #endif // RTINV_GLOBAL_H