forked from qt-creator/qt-creator
Change-Id: I1817089f35d625a91fdae3446eb22655ce0f29cb Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
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
|