Go to the documentation of this file.
36 #ifndef INVERSE_GLOBAL_H
37 #define INVERSE_GLOBAL_H
44 #include <QtCore/qglobal.h>
52 #if defined(BUILD_MNECPP_STATIC_LIB)
53 # define INVERSESHARED_EXPORT
54 #elif defined(INVERSE_LIBRARY)
55 # define INVERSESHARED_EXPORT Q_DECL_EXPORT
57 # define INVERSESHARED_EXPORT Q_DECL_IMPORT
66 #endif // INVERSE_GLOBAL_H