Say hello to QtQuick module
[profile/ivi/qtdeclarative.git] / sync.profile
1 %modules = ( # path to module name map
2     "QtDeclarative" => "$basedir/src/declarative",
3     "QtQuick" => "$basedir/src/quick",
4     "QtQuick1" => "$basedir/src/qtquick1",
5     "QtQuickTest" => "$basedir/src/qmltest",
6     "QtQmlDevTools" => "$basedir/src/qmldevtools",
7 );
8 %moduleheaders = ( # restrict the module headers to those found in relative path
9     "QtQmlDevTools" => "../declarative/qml/parser",
10 );
11 %classnames = (
12     "qtdeclarativeversion.h" => "QtDeclarativeVersion",
13 );
14 %mastercontent = (
15     "gui" => "#include <QtGui/QtGui>\n",
16     "script" => "#include <QtScript/QtScript>\n",
17     "network" => "#include <QtNetwork/QtNetwork>\n",
18     "testlib" => "#include <QtTest/QtTest>\n",
19 );
20 %modulepris = (
21     "QtDeclarative" => "$basedir/modules/qt_declarative.pri",
22     "QtQuick" => "$basedir/modules/qt_quick.pri",
23     "QtQuick1" => "$basedir/modules/qt_qtquick1.pri",
24     "QtQuickTest" => "$basedir/modules/qt_qmltest.pri",
25     "QtQmlDevTools" => "$basedir/modules/qt_qmldevtools.pri",
26 );
27 %deprecatedheaders = (
28     "QtDeclarative" => {
29         "qquickcanvas.h" => "QtQuick/qquickcanvas.h",
30         "qquickitem.h" => "QtQuick/qquickitem.h",
31         "qquickpainteditem.h" => "QtQuick/qquickpainteditem.h",
32         "qquickview.h" => "QtQuick/qquickview.h",
33         "QQuickCanvas" => "QtQuick/QQuickCanvas",
34         "QQuickItem" => "QtQuick/QQuickItem",
35         "QQuickPaintedItem" => "QtQuick/QQuickPaintedItem",
36         "QQuickView" => "QtQuick/QQuickView",
37         "QQuickTransform" => "QtQuick/QQuickTransform",
38         "designersupport.h" => "QtQuick/designersupport.h",
39         "qsgengine.h" => "QtQuick/qsgengine.h",
40         "qsgflatcolormaterial.h" => "QtQuick/qsgflatcolormaterial.h",
41         "qsggeometry.h" => "QtQuick/qsggeometry.h",
42         "qsgmaterial.h" => "QtQuick/qsgmaterial.h",
43         "qsgnode.h" => "QtQuick/qsgnode.h",
44         "qsgsimplematerial.h" => "QtQuick/qsgsimplematerial.h",
45         "qsgsimplerectnode.h" => "QtQuick/qsgsimplerectnode.h",
46         "qsgsimpletexturenode.h" => "QtQuick/qsgsimpletexturenode.h",
47         "qsgtexture.h" => "QtQuick/qsgtexture.h",
48         "qsgtexturematerial.h" => "QtQuick/qsgtexturematerial.h",
49         "qsgvertexcolormaterial.h" => "QtQuick/qsgvertexcolormaterial.h",
50         "QSGBasicGeometryNode" => "QtQuick/QSGBasicGeometryNode",
51         "QSGClipNode" => "QtQuick/QSGClipNode",
52         "QSGDynamicTexture" => "QtQuick/QSGDynamicTexture",
53         "QSGEngine" => "QtQuick/QSGEngine",
54         "QSGFlatColorMaterial" => "QtQuick/QSGFlatColorMaterial",
55         "QSGGeometry" => "QtQuick/QSGGeometry",
56         "QSGGeometryNode" => "QtQuick/QSGGeometryNode",
57         "QSGMaterial" => "QtQuick/QSGMaterial",
58         "QSGMaterialShader" => "QtQuick/QSGMaterialShader",
59         "QSGMaterialType" => "QtQuick/QSGMaterialType",
60         "QSGNode" => "QtQuick/QSGNode",
61         "QSGNodeVisitor" => "QtQuick/QSGNodeVisitor",
62         "QSGOpacityNode" => "QtQuick/QSGOpacityNode",
63         "QSGOpaqueTextureMaterial" => "QtQuick/QSGOpaqueTextureMaterial",
64         "QSGRootNode" => "QtQuick/QSGRootNode",
65         "QSGSimpleMaterial" => "QtQuick/QSGSimpleMaterial",
66         "QSGSimpleMaterialComparableMaterial" => "QtQuick/QSGSimpleMaterialComparableMaterial",
67         "QSGSimpleMaterialShader" => "QtQuick/QSGSimpleMaterialShader",
68         "QSGSimpleRectNode" => "QtQuick/QSGSimpleRectNode",
69         "QSGSimpleTextureNode" => "QtQuick/QSGSimpleTextureNode",
70         "QSGTexture" => "QtQuick/QSGTexture",
71         "QSGTextureMaterial" => "QtQuick/QSGTextureMaterial",
72         "QSGTransformNode" => "QtQuick/QSGTransformNode",
73         "QSGVertexColorMaterial" => "QtQuick/QSGVertexColorMaterial",
74         "qquickanchors_p.h" => "QtQuick/private/qquickanchors_p.h",
75         "qquickcanvasitem_p.h" => "QtQuick/private/qquickcanvasitem_p.h",
76         "qquickcontext2d_p.h" => "QtQuick/private/qquickcontext2d_p.h",
77         "qquickevents_p_p.h" => "QtQuick/private/qquickevents_p_p.h",
78         "qquickmousearea_p.h" => "QtQuick/private/qquickmousearea_p.h",
79         "qquickpositioners_p.h" => "QtQuick/private/qquickpositioners_p.h",
80         "qquickrectangle_p.h" => "QtQuick/private/qquickrectangle_p.h",
81         "qquickscalegrid_p.h" => "QtQuick/private/qquickscalegrid_p.h",
82         "qquickshadereffectmesh_p.h" => "QtQuick/private/qquickshadereffectmesh_p.h",
83         "qquickshadereffectsource_p.h" => "QtQuick/private/qquickshadereffectsource_p.h",
84         "qquicktext_p.h" => "QtQuick/private/qquicktext_p.h",
85         "qquickvisualdatamodel_p.h" => "QtQuick/private/qquickvisualdatamodel_p.h",
86         "qsgnodeupdater_p.h" => "QtQuick/private/qsgnodeupdater_p.h",
87         "qsgrenderer_p.h" => "QtQuick/private/qsgrenderer_p.h",
88         "qsgadaptionlayer_p.h" => "QtQuick/private/qsgadaptionlayer_p.h",
89         "qsgcontext_p.h" => "QtQuick/private/qsgcontext_p.h",
90         "qsgcontextplugin_p.h" => "QtQuick/private/qsgcontextplugin_p.h",
91         "qsgdefaultdistancefieldglyphcache_p.h" => "QtQuick/private/qsgdefaultdistancefieldglyphcache_p.h",
92         "qsgareaallocator_p.h" => "QtQuick/private/qsgareaallocator_p.h",
93         "qsgdistancefieldutil_p.h" => "QtQuick/private/qsgdistancefieldutil_p.h",
94         "qsgpainternode_p.h" => "QtQuick/private/qsgpainternode_p.h",
95         "qsgtexture_p.h" => "QtQuick/private/qsgtexture_p.h",
96         "qsgtexturematerial_p.h" => "QtQuick/private/qsgtexturematerial_p.h",
97         "qsgtextureprovider_p.h" => "QtQuick/private/qsgtextureprovider_p.h",
98         "qdeclarativeanimation_p.h" => "QtQuick/private/qdeclarativeanimation_p.h",
99         "qdeclarativebehavior_p.h" => "QtQuick/private/qdeclarativebehavior_p.h",
100         "qdeclarativepixmapcache_p.h" => "QtQuick/private/qdeclarativepixmapcache_p.h",
101         "qdeclarativepropertychanges_p.h" => "QtQuick/private/qdeclarativepropertychanges_p.h",
102         "qdeclarativestate_p.h" => "QtQuick/private/qdeclarativestate_p.h",
103         "qdeclarativestategroup_p.h" => "QtQuick/private/qdeclarativestategroup_p.h",
104         "qdeclarativetimer_p.h" => "QtQuick/private/qdeclarativetimer_p.h",
105         "qdeclarativetransition_p.h" => "QtQuick/private/qdeclarativetransition_p.h",
106     }
107 );
108 # Module dependencies.
109 # Every module that is required to build this module should have one entry.
110 # Each of the module version specifiers can take one of the following values:
111 #   - A specific Git revision.
112 #   - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
113 #
114 %dependencies = (
115         "qtbase" => "c7f80420649d8d37e25514bcd2859de1e21166d6",
116         "qtxmlpatterns" => "refs/heads/master",
117 );