#ifndef QAD_EXPORT_H #define QAD_EXPORT_H #include #if defined(QAD_STATIC_DEFINE) || defined(Q_CC_GNU) || defined(DOXYGEN) # define QAD_EXPORT #else # ifdef QAD_SHARED_DEFINE # define QAD_EXPORT Q_DECL_EXPORT # else # define QAD_EXPORT Q_DECL_IMPORT # endif #endif #endif //QAD_EXPORT_H