qt-material-widgets/components/qtmaterial_global.h

13 lines
249 B
C
Raw Normal View History

2021-07-02 10:42:28 +00:00
#ifndef QTMATERIAL_GLOBAL_H
#define QTMATERIAL_GLOBAL_H
#include <QtCore/qglobal.h>
#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