aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--[l---------]share/qtcreator/indexer_preincludes/QtCore/qglobal.h13
1 files changed, 12 insertions, 1 deletions
diff --git a/share/qtcreator/indexer_preincludes/QtCore/qglobal.h b/share/qtcreator/indexer_preincludes/QtCore/qglobal.h
index 1ff1b44512..f41cee00e2 120000..100644
--- a/share/qtcreator/indexer_preincludes/QtCore/qglobal.h
+++ b/share/qtcreator/indexer_preincludes/QtCore/qglobal.h
@@ -1 +1,12 @@
-../qglobal.h \ No newline at end of file
+#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