#ifndef NMCALCULATION_GLOBAL_H #define NMCALCULATION_GLOBAL_H #include #if defined(NM_CALCULATION_LIBRARY) #define NMCALCULATION_EXPORT Q_DECL_EXPORT #else #define NMCALCULATION_EXPORT Q_DECL_IMPORT #endif #endif // NMCALCULATION_GLOBAL_H