5#ifndef QTQUICKGLOBAL_P_H
6#define QTQUICKGLOBAL_P_H
8#include <QtQml/private/qtqmlglobal_p.h>
9#include <QtGui/private/qtguiglobal_p.h>
10#include <QtQuick/private/qtquick-config_p.h>
12#include <QtCore/qloggingcategory.h>
26#include <QtQuick/qtquickexports.h>
34Q_DECLARE_LOGGING_CATEGORY(lcTouch)
35Q_DECLARE_LOGGING_CATEGORY(lcMouse)
36Q_DECLARE_LOGGING_CATEGORY(lcFocus)
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60#if defined(QT_BUILD_INTERNAL) && defined(QT_BUILD_QUICK_LIB) && defined(QT_SHARED)
61# define Q_QUICK_AUTOTEST_EXPORT Q_DECL_EXPORT
62#elif defined(QT_BUILD_INTERNAL) && defined(QT_SHARED)
63# define Q_QUICK_AUTOTEST_EXPORT Q_DECL_IMPORT
65# define Q_QUICK_AUTOTEST_EXPORT
QDebug Q_QUICK_EXPORT operator<<(QDebug debug, const QQuickWindow *item)