1 #include_next <qglobal.h>
2 
3 #ifdef Q_DECL_IMPORT
4 #undef Q_DECL_IMPORT
5 #endif
6 
7 #ifdef Q_DECL_EXPORT
8 #undef Q_DECL_EXPORT
9 #endif
10 
11 #define Q_DECL_IMPORT
12 #define Q_DECL_EXPORT
13