Add qtguiglobal.h and qtguiglobal_p.h
The new modular configuration system requires one global header per module, that is included by all other files in this module. A similar scheme and naming convention is already being used for many other modules (e.g. printsupport, qml, quick). That header will later on #include the configuration file for Qt Gui. For now it defines the Q_GUI_EXPORT macro for this library. In addition, add a private global header, qtguiglobal_p.h, that can later on include the private config header for Qt Gui for things we don't want to export to the world. Change-Id: Id9ce2a4f3d2962c3592c35e3d080574789195f24 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
parent
5fa3e2a82e
commit
e8fe65205c
@ -296,11 +296,6 @@ typedef double qreal;
|
||||
# else
|
||||
# define Q_CORE_EXPORT Q_DECL_IMPORT
|
||||
# endif
|
||||
# if defined(QT_BUILD_GUI_LIB)
|
||||
# define Q_GUI_EXPORT Q_DECL_EXPORT
|
||||
# else
|
||||
# define Q_GUI_EXPORT Q_DECL_IMPORT
|
||||
# endif
|
||||
# if defined(QT_BUILD_WIDGETS_LIB)
|
||||
# define Q_WIDGETS_EXPORT Q_DECL_EXPORT
|
||||
# else
|
||||
@ -313,7 +308,6 @@ typedef double qreal;
|
||||
# endif
|
||||
#else
|
||||
# define Q_CORE_EXPORT
|
||||
# define Q_GUI_EXPORT
|
||||
# define Q_WIDGETS_EXPORT
|
||||
# define Q_NETWORK_EXPORT
|
||||
#endif
|
||||
|
@ -37,7 +37,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#include <QtCore/qglobal.h>
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
|
||||
#ifndef QT_NO_ACCESSIBILITY
|
||||
#ifndef QACCESSIBLE_H
|
||||
|
@ -40,6 +40,7 @@
|
||||
#ifndef QACCESSIBLEBRIDGE_H
|
||||
#define QACCESSIBLEBRIDGE_H
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtCore/qplugin.h>
|
||||
#include <QtCore/qfactoryinterface.h>
|
||||
|
||||
|
@ -51,7 +51,7 @@
|
||||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtCore/qglobal.h>
|
||||
#include <QtGui/private/qtguiglobal_p.h>
|
||||
#include <QtCore/qobject.h>
|
||||
#include <QtCore/qhash.h>
|
||||
|
||||
|
@ -40,6 +40,7 @@
|
||||
#ifndef QACCESSIBLEOBJECT_H
|
||||
#define QACCESSIBLEOBJECT_H
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtGui/qaccessible.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
@ -40,6 +40,7 @@
|
||||
#ifndef QACCESSIBLEPLUGIN_H
|
||||
#define QACCESSIBLEPLUGIN_H
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtGui/qaccessible.h>
|
||||
#include <QtCore/qfactoryinterface.h>
|
||||
|
||||
|
@ -48,9 +48,11 @@
|
||||
// source and binary incompatible with future versions of Qt.
|
||||
//
|
||||
|
||||
#include <QtCore/qobject.h>
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
|
||||
#ifndef QT_NO_ACCESSIBILITY
|
||||
|
||||
#include <QtCore/qobject.h>
|
||||
#include <QtGui/qaccessible.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
@ -36,11 +36,12 @@
|
||||
** $QT_END_LICENSE$
|
||||
**
|
||||
****************************************************************************/
|
||||
#include <QtCore/qvariantanimation.h>
|
||||
#include <private/qvariantanimation_p.h>
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
|
||||
#ifndef QT_NO_ANIMATION
|
||||
|
||||
#include <QtCore/qvariantanimation.h>
|
||||
#include <private/qvariantanimation_p.h>
|
||||
#include <QtGui/qcolor.h>
|
||||
#include <QtGui/qvector2d.h>
|
||||
#include <QtGui/qvector3d.h>
|
||||
|
@ -40,6 +40,7 @@
|
||||
#ifndef QBITMAP_H
|
||||
#define QBITMAP_H
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtGui/qpixmap.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
@ -51,6 +51,7 @@
|
||||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtGui/private/qtguiglobal_p.h>
|
||||
#include "QtGui/qimageiohandler.h"
|
||||
|
||||
#ifndef QT_NO_IMAGEFORMAT_BMP
|
||||
|
@ -40,7 +40,7 @@
|
||||
#ifndef QICON_H
|
||||
#define QICON_H
|
||||
|
||||
#include <QtCore/qglobal.h>
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtCore/qsize.h>
|
||||
#include <QtCore/qlist.h>
|
||||
#include <QtGui/qpixmap.h>
|
||||
|
@ -51,7 +51,7 @@
|
||||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtCore/qglobal.h>
|
||||
#include <QtGui/private/qtguiglobal_p.h>
|
||||
#include <QtCore/qsize.h>
|
||||
#include <QtCore/qlist.h>
|
||||
#include <QtGui/qpixmap.h>
|
||||
|
@ -40,7 +40,7 @@
|
||||
#ifndef QICONENGINE_H
|
||||
#define QICONENGINE_H
|
||||
|
||||
#include <QtCore/qglobal.h>
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtCore/qlist.h>
|
||||
#include <QtGui/qicon.h>
|
||||
|
||||
|
@ -40,6 +40,7 @@
|
||||
#ifndef QICONENGINEPLUGIN_H
|
||||
#define QICONENGINEPLUGIN_H
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtCore/qplugin.h>
|
||||
#include <QtCore/qfactoryinterface.h>
|
||||
|
||||
|
@ -40,7 +40,7 @@
|
||||
#ifndef QICONLOADER_P_H
|
||||
#define QICONLOADER_P_H
|
||||
|
||||
#include <QtCore/qglobal.h>
|
||||
#include <QtGui/private/qtguiglobal_p.h>
|
||||
|
||||
#ifndef QT_NO_ICON
|
||||
//
|
||||
|
@ -40,6 +40,7 @@
|
||||
#ifndef QIMAGE_H
|
||||
#define QIMAGE_H
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtGui/qcolor.h>
|
||||
#include <QtGui/qrgb.h>
|
||||
#include <QtGui/qpaintdevice.h>
|
||||
|
@ -51,7 +51,7 @@
|
||||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtCore/qglobal.h>
|
||||
#include <QtGui/private/qtguiglobal_p.h>
|
||||
|
||||
#include <QMap>
|
||||
#include <QVector>
|
||||
|
@ -40,6 +40,7 @@
|
||||
#ifndef QIMAGEIOHANDLER_H
|
||||
#define QIMAGEIOHANDLER_H
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtCore/qiodevice.h>
|
||||
#include <QtCore/qplugin.h>
|
||||
#include <QtCore/qfactoryinterface.h>
|
||||
|
@ -51,6 +51,7 @@
|
||||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtGui/private/qtguiglobal_p.h>
|
||||
#include <QtGui/qpixmap.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
@ -40,6 +40,7 @@
|
||||
#ifndef QIMAGEREADER_H
|
||||
#define QIMAGEREADER_H
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtCore/qbytearray.h>
|
||||
#include <QtCore/qcoreapplication.h>
|
||||
#include <QtGui/qimage.h>
|
||||
|
@ -40,6 +40,7 @@
|
||||
#ifndef QIMAGEWRITER_H
|
||||
#define QIMAGEWRITER_H
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtCore/qbytearray.h>
|
||||
#include <QtCore/qcoreapplication.h>
|
||||
#include <QtCore/qlist.h>
|
||||
|
@ -40,10 +40,11 @@
|
||||
#ifndef QMOVIE_H
|
||||
#define QMOVIE_H
|
||||
|
||||
#include <QtCore/qobject.h>
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
|
||||
#ifndef QT_NO_MOVIE
|
||||
|
||||
#include <QtCore/qobject.h>
|
||||
#include <QtCore/qbytearray.h>
|
||||
#include <QtCore/qlist.h>
|
||||
#include <QtGui/qimagereader.h>
|
||||
|
@ -51,6 +51,7 @@
|
||||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtGui/private/qtguiglobal_p.h>
|
||||
#include "qimage.h"
|
||||
|
||||
|
||||
|
@ -52,7 +52,8 @@
|
||||
//
|
||||
//
|
||||
|
||||
#include "QtGui/qpaintengine.h"
|
||||
#include <QtGui/private/qtguiglobal_p.h>
|
||||
#include <QtGui/qpaintengine.h>
|
||||
|
||||
#ifndef QT_NO_PICTURE
|
||||
|
||||
|
@ -40,6 +40,7 @@
|
||||
#ifndef QPICTURE_H
|
||||
#define QPICTURE_H
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtCore/qiodevice.h>
|
||||
#include <QtCore/qstringlist.h>
|
||||
#include <QtCore/qsharedpointer.h>
|
||||
|
@ -51,6 +51,7 @@
|
||||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtGui/private/qtguiglobal_p.h>
|
||||
#include "QtCore/qatomic.h"
|
||||
#include "QtCore/qbuffer.h"
|
||||
#include "QtCore/qobjectdefs.h"
|
||||
|
@ -40,6 +40,7 @@
|
||||
#ifndef QPICTUREFORMATPLUGIN_H
|
||||
#define QPICTUREFORMATPLUGIN_H
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtCore/qplugin.h>
|
||||
#include <QtCore/qfactoryinterface.h>
|
||||
|
||||
|
@ -40,6 +40,7 @@
|
||||
#ifndef QPIXMAP_H
|
||||
#define QPIXMAP_H
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtGui/qpaintdevice.h>
|
||||
#include <QtGui/qcolor.h>
|
||||
#include <QtCore/qnamespace.h>
|
||||
|
@ -51,6 +51,7 @@
|
||||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtGui/private/qtguiglobal_p.h>
|
||||
#include <qpa/qplatformpixmap.h>
|
||||
#include <private/qpaintengine_blitter_p.h>
|
||||
|
||||
|
@ -51,6 +51,7 @@
|
||||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtGui/private/qtguiglobal_p.h>
|
||||
#include <qpa/qplatformpixmap.h>
|
||||
|
||||
|
||||
|
@ -40,6 +40,7 @@
|
||||
#ifndef QPIXMAPCACHE_H
|
||||
#define QPIXMAPCACHE_H
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtGui/qpixmap.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
@ -50,6 +50,7 @@
|
||||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtGui/private/qtguiglobal_p.h>
|
||||
#include "qpixmapcache.h"
|
||||
#include "qpaintengine.h"
|
||||
#include <private/qimage_p.h>
|
||||
|
@ -49,6 +49,7 @@
|
||||
// source and binary incompatible with future versions of Qt.
|
||||
//
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtGui/qpixmap.h>
|
||||
#include <QtCore/qatomic.h>
|
||||
|
||||
|
@ -51,6 +51,7 @@
|
||||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtGui/private/qtguiglobal_p.h>
|
||||
#include "QtGui/qimageiohandler.h"
|
||||
|
||||
#ifndef QT_NO_IMAGEFORMAT_PNG
|
||||
|
@ -51,6 +51,7 @@
|
||||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtGui/private/qtguiglobal_p.h>
|
||||
#include "QtGui/qimageiohandler.h"
|
||||
|
||||
#ifndef QT_NO_IMAGEFORMAT_PPM
|
||||
|
@ -51,6 +51,7 @@
|
||||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtGui/private/qtguiglobal_p.h>
|
||||
#include "QtGui/qimageiohandler.h"
|
||||
|
||||
#ifndef QT_NO_IMAGEFORMAT_XBM
|
||||
|
@ -51,6 +51,7 @@
|
||||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtGui/private/qtguiglobal_p.h>
|
||||
#include "QtGui/qimageiohandler.h"
|
||||
|
||||
#ifndef QT_NO_IMAGEFORMAT_XPM
|
||||
|
@ -40,6 +40,7 @@
|
||||
#ifndef QSTANDARDITEMMODEL_H
|
||||
#define QSTANDARDITEMMODEL_H
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtCore/qabstractitemmodel.h>
|
||||
#include <QtGui/qbrush.h>
|
||||
#include <QtGui/qfont.h>
|
||||
|
@ -51,6 +51,7 @@
|
||||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtGui/private/qtguiglobal_p.h>
|
||||
#include "private/qabstractitemmodel_p.h"
|
||||
|
||||
#ifndef QT_NO_STANDARDITEMMODEL
|
||||
|
@ -6,6 +6,8 @@ PRECOMPILED_HEADER = kernel/qt_gui_pch.h
|
||||
|
||||
KERNEL_P= kernel
|
||||
HEADERS += \
|
||||
kernel/qtguiglobal.h \
|
||||
kernel/qtguiglobal_p.h \
|
||||
kernel/qgenericpluginfactory.h \
|
||||
kernel/qgenericplugin.h \
|
||||
kernel/qwindowsysteminterface.h \
|
||||
|
@ -40,6 +40,7 @@
|
||||
#ifndef QCLIPBOARD_H
|
||||
#define QCLIPBOARD_H
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtCore/qobject.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
@ -40,6 +40,7 @@
|
||||
#ifndef QCURSOR_H
|
||||
#define QCURSOR_H
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtCore/qpoint.h>
|
||||
#include <QtGui/qwindowdefs.h>
|
||||
|
||||
|
@ -51,8 +51,8 @@
|
||||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtGui/private/qtguiglobal_p.h>
|
||||
#include "QtCore/qatomic.h"
|
||||
#include "QtCore/qglobal.h"
|
||||
#include "QtCore/qnamespace.h"
|
||||
#include "QtGui/qpixmap.h"
|
||||
|
||||
|
@ -51,6 +51,7 @@
|
||||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtGui/private/qtguiglobal_p.h>
|
||||
#include "QtCore/qobject.h"
|
||||
#include "QtCore/qmap.h"
|
||||
#include "QtCore/qmimedata.h"
|
||||
|
@ -40,6 +40,7 @@
|
||||
#ifndef QDRAG_H
|
||||
#define QDRAG_H
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtCore/qobject.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
@ -40,6 +40,7 @@
|
||||
#ifndef QEVENT_H
|
||||
#define QEVENT_H
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtGui/qwindowdefs.h>
|
||||
#include <QtGui/qregion.h>
|
||||
#include <QtCore/qnamespace.h>
|
||||
|
@ -40,7 +40,7 @@
|
||||
#ifndef QEVENT_P_H
|
||||
#define QEVENT_P_H
|
||||
|
||||
#include <QtCore/qglobal.h>
|
||||
#include <QtGui/private/qtguiglobal_p.h>
|
||||
#include <QtCore/qurl.h>
|
||||
#include <QtGui/qevent.h>
|
||||
|
||||
|
@ -40,6 +40,7 @@
|
||||
#ifndef QGENERICPLUGIN_H
|
||||
#define QGENERICPLUGIN_H
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtCore/qplugin.h>
|
||||
#include <QtCore/qfactoryinterface.h>
|
||||
|
||||
|
@ -40,6 +40,7 @@
|
||||
#ifndef QGENERICPLUGINFACTORY_H
|
||||
#define QGENERICPLUGINFACTORY_H
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtCore/qstringlist.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
@ -40,6 +40,7 @@
|
||||
#ifndef QGUIAPPLICATION_H
|
||||
#define QGUIAPPLICATION_H
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtCore/qcoreapplication.h>
|
||||
#include <QtGui/qwindowdefs.h>
|
||||
#include <QtGui/qinputmethod.h>
|
||||
|
@ -51,6 +51,7 @@
|
||||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtGui/private/qtguiglobal_p.h>
|
||||
#include <QtGui/qguiapplication.h>
|
||||
|
||||
#include <QtCore/QPointF>
|
||||
|
@ -51,7 +51,7 @@
|
||||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtCore/qglobal.h>
|
||||
#include <QtGui/private/qtguiglobal_p.h>
|
||||
#include <QtCore/qmargins.h>
|
||||
#include <QtCore/qmath.h>
|
||||
#include <QtCore/qrect.h>
|
||||
|
@ -51,6 +51,7 @@
|
||||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtGui/private/qtguiglobal_p.h>
|
||||
#include <QtCore/qobject.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
@ -51,6 +51,7 @@
|
||||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtGui/private/qtguiglobal_p.h>
|
||||
#include <QtCore/qmap.h>
|
||||
#include <private/qobject_p.h>
|
||||
#include "qinputdevicemanager_p.h"
|
||||
|
@ -40,6 +40,7 @@
|
||||
#ifndef QINPUTMETHOD_H
|
||||
#define QINPUTMETHOD_H
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtCore/qobject.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
@ -51,6 +51,7 @@
|
||||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtGui/private/qtguiglobal_p.h>
|
||||
#include <qinputmethod.h>
|
||||
#include <private/qobject_p.h>
|
||||
#include <QtCore/QWeakPointer>
|
||||
|
@ -50,6 +50,7 @@
|
||||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtGui/private/qtguiglobal_p.h>
|
||||
#include <qobject.h>
|
||||
#include <private/qobject_p.h>
|
||||
#include <qkeysequence.h>
|
||||
|
@ -40,7 +40,7 @@
|
||||
#ifndef QKEYSEQUENCE_H
|
||||
#define QKEYSEQUENCE_H
|
||||
|
||||
#include <QtCore/qnamespace.h>
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtCore/qstring.h>
|
||||
#include <QtCore/qobjectdefs.h>
|
||||
|
||||
|
@ -51,6 +51,7 @@
|
||||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtGui/private/qtguiglobal_p.h>
|
||||
#include "qkeysequence.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
@ -40,6 +40,7 @@
|
||||
#ifndef QOFFSCREENSURFACE_H
|
||||
#define QOFFSCREENSURFACE_H
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtCore/QObject>
|
||||
#include <QtGui/qsurface.h>
|
||||
|
||||
|
@ -40,7 +40,7 @@
|
||||
#ifndef QOPENGLCONTEXT_H
|
||||
#define QOPENGLCONTEXT_H
|
||||
|
||||
#include <QtCore/qglobal.h>
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
|
||||
#ifndef QT_NO_OPENGL
|
||||
|
||||
|
@ -51,6 +51,8 @@
|
||||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtGui/private/qtguiglobal_p.h>
|
||||
|
||||
#ifndef QT_NO_OPENGL
|
||||
|
||||
#include "qopengl.h"
|
||||
|
@ -40,7 +40,7 @@
|
||||
#ifndef QOPENGLWINDOW_H
|
||||
#define QOPENGLWINDOW_H
|
||||
|
||||
#include <QtCore/qglobal.h>
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
|
||||
#ifndef QT_NO_OPENGL
|
||||
|
||||
|
@ -40,6 +40,7 @@
|
||||
#ifndef QPAINTDEVICEWINDOW_H
|
||||
#define QPAINTDEVICEWINDOW_H
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtGui/QWindow>
|
||||
#include <QtGui/QPaintDevice>
|
||||
|
||||
|
@ -51,6 +51,7 @@
|
||||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtGui/private/qtguiglobal_p.h>
|
||||
#include <QtGui/QPaintDeviceWindow>
|
||||
#include <QtCore/QCoreApplication>
|
||||
#include <QtGui/private/qwindow_p.h>
|
||||
|
@ -40,6 +40,7 @@
|
||||
#ifndef QPALETTE_H
|
||||
#define QPALETTE_H
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtGui/qwindowdefs.h>
|
||||
#include <QtGui/qcolor.h>
|
||||
#include <QtGui/qbrush.h>
|
||||
|
@ -40,7 +40,7 @@
|
||||
#ifndef QPIXELFORMAT_H
|
||||
#define QPIXELFORMAT_H
|
||||
|
||||
#include <QtCore/qglobal.h>
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
@ -49,7 +49,7 @@
|
||||
// source and binary incompatible with future versions of Qt.
|
||||
//
|
||||
|
||||
#include <QtCore/qglobal.h>
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
|
||||
#ifndef QT_NO_CLIPBOARD
|
||||
|
||||
|
@ -48,6 +48,7 @@
|
||||
// source and binary incompatible with future versions of Qt.
|
||||
//
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtCore/QList>
|
||||
#include <QtGui/QImage>
|
||||
#include <QtGui/QMouseEvent>
|
||||
|
@ -49,6 +49,7 @@
|
||||
// source and binary incompatible with future versions of Qt.
|
||||
//
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtCore/QtGlobal>
|
||||
#include <QtCore/QObject>
|
||||
#include <QtCore/QList>
|
||||
|
@ -49,7 +49,7 @@
|
||||
// source and binary incompatible with future versions of Qt.
|
||||
//
|
||||
|
||||
#include <QtCore/qglobal.h>
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtGui/QPixmap>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
@ -50,6 +50,7 @@
|
||||
//
|
||||
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtCore/QSize>
|
||||
#include <QtCore/QRect>
|
||||
#include <QtGui/QPixelFormat>
|
||||
|
@ -40,6 +40,7 @@
|
||||
#ifndef QPLATFORMGRAPHICSBUFFERHELPER_H
|
||||
#define QPLATFORMGRAPHICSBUFFERHELPER_H
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtGui/qpa/qplatformgraphicsbuffer.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
@ -49,6 +49,7 @@
|
||||
// source and binary incompatible with future versions of Qt.
|
||||
//
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtGui/qinputmethod.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
@ -51,6 +51,7 @@
|
||||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtGui/private/qtguiglobal_p.h>
|
||||
#include <private/qobject_p.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
@ -51,6 +51,7 @@
|
||||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtGui/private/qtguiglobal_p.h>
|
||||
#include <QtCore/qstringlist.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
@ -51,6 +51,7 @@
|
||||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtGui/private/qtguiglobal_p.h>
|
||||
#include <QtCore/qplugin.h>
|
||||
#include <QtCore/qfactoryinterface.h>
|
||||
|
||||
|
@ -49,6 +49,7 @@
|
||||
// source and binary incompatible with future versions of Qt.
|
||||
//
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtGui/qwindowdefs.h>
|
||||
#include <qpa/qplatformscreen.h>
|
||||
#include <QtGui/qsurfaceformat.h>
|
||||
|
@ -51,6 +51,7 @@
|
||||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtGui/private/qtguiglobal_p.h>
|
||||
#include <QtCore/qstringlist.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
@ -49,6 +49,7 @@
|
||||
// source and binary incompatible with future versions of Qt.
|
||||
//
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtCore/qplugin.h>
|
||||
#include <QtCore/qfactoryinterface.h>
|
||||
|
||||
|
@ -49,7 +49,7 @@
|
||||
// source and binary incompatible with future versions of Qt.
|
||||
//
|
||||
|
||||
#include <QtCore/qglobal.h>
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtCore/qpointer.h>
|
||||
#include <QtGui/QFont>
|
||||
#include <QtGui/QKeySequence>
|
||||
|
@ -49,6 +49,7 @@
|
||||
// source and binary incompatible with future versions of Qt.
|
||||
//
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtGui/qwindowdefs.h>
|
||||
#include <QtCore/QObject>
|
||||
#include <QtCore/QVariant>
|
||||
|
@ -49,6 +49,7 @@
|
||||
// source and binary incompatible with future versions of Qt.
|
||||
//
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include "qplatformsurface.h"
|
||||
#include <QtCore/qscopedpointer.h>
|
||||
|
||||
|
@ -49,6 +49,7 @@
|
||||
// source and binary incompatible with future versions of Qt.
|
||||
//
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtCore/qnamespace.h>
|
||||
|
||||
#ifndef QT_NO_OPENGL
|
||||
|
@ -49,6 +49,7 @@
|
||||
// source and binary incompatible with future versions of Qt.
|
||||
//
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtCore/qmetatype.h>
|
||||
#include <QtCore/qnamespace.h>
|
||||
#include <QtCore/qcoreevent.h>
|
||||
|
@ -51,6 +51,8 @@
|
||||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtGui/private/qtguiglobal_p.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class QScreen;
|
||||
|
@ -49,7 +49,7 @@
|
||||
// source and binary incompatible with future versions of Qt.
|
||||
//
|
||||
|
||||
#include <QtCore/QtGlobal>
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
@ -51,6 +51,7 @@
|
||||
// source and binary incompatible with future versions of Qt.
|
||||
//
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtCore/qmetatype.h>
|
||||
#include <QtCore/qnamespace.h>
|
||||
|
||||
|
@ -49,6 +49,7 @@
|
||||
// source and binary incompatible with future versions of Qt.
|
||||
//
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtCore/qobject.h>
|
||||
#include <QtGui/qimage.h>
|
||||
|
||||
|
@ -49,6 +49,7 @@
|
||||
// source and binary incompatible with future versions of Qt.
|
||||
//
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtCore/qnamespace.h>
|
||||
#include <QtGui/qsurface.h>
|
||||
#include <QtGui/qsurfaceformat.h>
|
||||
|
@ -41,6 +41,7 @@
|
||||
#ifndef QPLATFORMSYSTEMTRAYICON_H
|
||||
#define QPLATFORMSYSTEMTRAYICON_H
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include "QtCore/qobject.h"
|
||||
|
||||
#ifndef QT_NO_SYSTEMTRAYICON
|
||||
|
@ -49,7 +49,7 @@
|
||||
// source and binary incompatible with future versions of Qt.
|
||||
//
|
||||
|
||||
#include <QtCore/QtGlobal>
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtCore/QScopedPointer>
|
||||
#include <QtGui/QKeySequence>
|
||||
|
||||
|
@ -51,7 +51,7 @@
|
||||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtCore/QtGlobal>
|
||||
#include <QtGui/private/qtguiglobal_p.h>
|
||||
#include "private/qkeysequence_p.h"
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
@ -51,6 +51,7 @@
|
||||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtGui/private/qtguiglobal_p.h>
|
||||
#include <QtCore/qstringlist.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
@ -49,6 +49,7 @@
|
||||
// source and binary incompatible with future versions of Qt.
|
||||
//
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtCore/qplugin.h>
|
||||
#include <QtCore/qfactoryinterface.h>
|
||||
|
||||
|
@ -48,6 +48,7 @@
|
||||
// source and binary incompatible with future versions of Qt.
|
||||
//
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtCore/qscopedpointer.h>
|
||||
#include <QtCore/qrect.h>
|
||||
#include <QtCore/qmargins.h>
|
||||
|
@ -51,6 +51,7 @@
|
||||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtGui/private/qtguiglobal_p.h>
|
||||
#include <QtCore/qrect.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
@ -40,6 +40,7 @@
|
||||
#ifndef QRASTERWINDOW_H
|
||||
#define QRASTERWINDOW_H
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtGui/QPaintDeviceWindow>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
@ -40,6 +40,7 @@
|
||||
#ifndef QSCREEN_H
|
||||
#define QSCREEN_H
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QtCore/QList>
|
||||
#include <QtCore/QObject>
|
||||
#include <QtCore/QRect>
|
||||
|
@ -51,6 +51,7 @@
|
||||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtGui/private/qtguiglobal_p.h>
|
||||
#include <QtGui/qscreen.h>
|
||||
#include <qpa/qplatformscreen.h>
|
||||
#include "qhighdpiscaling_p.h"
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user