#include <QtCore/qglobal.h>
#ifndef QGLOBAL_H
#if defined(__cplusplus)
#ifndef Q_DECL_EXPORT
#ifdef Q_OS_WIN
#elif defined(QT_VISIBILITY_AVAILABLE)
#define Q_DECL_EXPORT __attribute__((visibility("default")))

#endif
#endif
#endif /* __cplusplus */
#endif /* QGLOBAL_H */