#ifndef QT_GLOBAL_H #define QT_GLOBAL_H #include #if defined(QT_LIBRARY) # define QT_EXPORT Q_DECL_EXPORT #else # define QT_EXPORT Q_DECL_IMPORT #endif #endif // QT_GLOBAL_H