forked from qt-creator/qt-creator
13 lines
171 B
C
13 lines
171 B
C
|
|
#include_next <qglobal.h>
|
||
|
|
|
||
|
|
#ifdef Q_DECL_IMPORT
|
||
|
|
#undef Q_DECL_IMPORT
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#ifdef Q_DECL_EXPORT
|
||
|
|
#undef Q_DECL_EXPORT
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#define Q_DECL_IMPORT
|
||
|
|
#define Q_DECL_EXPORT
|