File indexing completed on 2024-05-12 05:40:26

0001 #ifndef QMLCOMPONENTS_GLOBAL_H
0002 #define QMLCOMPONENTS_GLOBAL_H
0003 
0004 #include <QtCore/qglobal.h>
0005 
0006 #if defined(QMLCOMPONENTS_LIBRARY)
0007 #define QMLCOMPONENTS_EXPORT Q_DECL_EXPORT
0008 #else
0009 #define QMLCOMPONENTS_EXPORT Q_DECL_IMPORT
0010 #endif
0011 #endif // QMLCOMPONENTS_GLOBAL_H