#ifndef QTMATERIAL_GLOBAL_H #define QTMATERIAL_GLOBAL_H #include #if defined(QT_MATERIAL_LIBRARY) # define QT_MATERIAL_EXPORT Q_DECL_EXPORT #else # define QT_MATERIAL_EXPORT Q_DECL_IMPORT #endif #endif // QTMATERIAL_GLOBAL_H