From 2b904294a87b303d4f1df03f92dd2c259ff53f00 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Wed, 6 Jun 2012 20:04:41 +0200 Subject: Clean up the EXPORT macros in qglobal.h. QtPlatformSupport is a static library. It should never export anything, so Q_PLATFORMSUPPORT_EXPORT is unnecessary. QtSql, QtXml, QtDBus, QtOpenGL and QtPrintSupport now have the macros on their own source trees. It's possible these modules might be separated out from qtbase in the future. For QtDBus, the macros are moving back to where they used to be. This also leaves qglobal.h only creating the macros for QtCore, QtGui, QtWidgets and QtNetwork, the core libraries. Q_CANVAS_EXPORT, Q_OPENVG_EXPORT and Q_COMPAT_EXPORT aren't used anywhere in the Qt sources, so simply delete them. And the Q_QUICK1_EXPORT macro in the static section was wrong, so remove it too. Change-Id: I50bdf86e783338f814903b25979721f788a7becf Reviewed-by: Oswald Buddenhagen --- src/xml/sax/qxml.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/xml/sax') diff --git a/src/xml/sax/qxml.h b/src/xml/sax/qxml.h index 62102c29e7..a714681bb4 100644 --- a/src/xml/sax/qxml.h +++ b/src/xml/sax/qxml.h @@ -42,6 +42,7 @@ #ifndef QXML_H #define QXML_H +#include #include #include #include -- cgit v1.2.3