#ifndef HW_GLOBAL_H #define HW_GLOBAL_H #include #if defined(HW_LIBRARY) # define HW_EXPORT Q_DECL_EXPORT #else # define HW_EXPORT Q_DECL_IMPORT #endif #endif // HW_GLOBAL_H