#ifndef QZXING_GLOBAL_H #define QZXING_GLOBAL_H #include #if defined(QZXING_LIBRARY) # define QZXINGSHARED_EXPORT Q_DECL_EXPORT #else # define QZXINGSHARED_EXPORT Q_DECL_IMPORT #endif #endif //QZXING_GLOBAL_H