#ifndef SHOP_GLOBAL_H #define SHOP_GLOBAL_H #include #if defined(SHOP_LIBRARY) # define SHOPSHARED_EXPORT Q_DECL_EXPORT #else # define SHOPSHARED_EXPORT Q_DECL_IMPORT #endif #endif // SHOP_GLOBAL_H