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