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