File indexing completed on 2024-04-14 05:31:46

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