1#ifndef QT_QTQUICK_MODULE_H
2#define QT_QTQUICK_MODULE_H
3#include <QtQuick/QtQuickDepends>
4#include "qtquickglobal.h"
5#include "qquickframebufferobject.h"
6#include "qquickimageprovider.h"
7#include "qquickitem.h"
8#include "qquickitemgrabresult.h"
9#include "qquickpainteditem.h"
10#include "qquickrendercontrol.h"
11#include "qquicktextdocument.h"
12#include "qquickview.h"
13#include "qquickwindow.h"
14#include "qsgabstractrenderer.h"
15#include "qsgengine.h"
16#include "qsgflatcolormaterial.h"
17#include "qsggeometry.h"
18#include "qsgimagenode.h"
19#include "qsgmaterial.h"
20#include "qsgmaterialrhishader.h"
21#include "qsgmaterialshader.h"
22#include "qsgmaterialtype.h"
23#include "qsgninepatchnode.h"
24#include "qsgnode.h"
25#include "qsgrectanglenode.h"
26#include "qsgrendererinterface.h"
27#include "qsgrendernode.h"
28#include "qsgsimplematerial.h"
29#include "qsgsimplerectnode.h"
30#include "qsgsimpletexturenode.h"
31#include "qsgtexture.h"
32#include "qsgtexturematerial.h"
33#include "qsgtextureprovider.h"
34#include "qsgvertexcolormaterial.h"
35#include "qtquickversion.h"
36#endif
37

source code of qtbase/include/QtQuick/QtQuick