Fixed compile error in eglfs plugin due to narrowing conversion.
[profile/ivi/qtbase.git] / sync.profile
1 %modules = ( # path to module name map
2     "QtGui" => "$basedir/src/gui",
3     "QtWidgets" => "$basedir/src/widgets",
4     "QtPrintSupport" => "$basedir/src/printsupport",
5     "QtOpenGL" => "$basedir/src/opengl",
6     "QtCore" => "$basedir/src/corelib",
7     "QtXml" => "$basedir/src/xml",
8     "QtSql" => "$basedir/src/sql",
9     "QtNetwork" => "$basedir/src/network",
10     "QtTest" => "$basedir/src/testlib",
11     "QtDBus" => "$basedir/src/dbus",
12     "QtConcurrent" => "$basedir/src/concurrent",
13     "QtPlatformSupport" => "$basedir/src/platformsupport",
14 );
15 %moduleheaders = ( # restrict the module headers to those found in relative path
16 );
17 @allmoduleheadersprivate = (
18 );
19 %classnames = (
20     "qglobal.h" => "QtGlobal",
21     "qendian.h" => "QtEndian",
22     "qconfig.h" => "QtConfig",
23     "qplugin.h" => "QtPlugin",
24     "qalgorithms.h" => "QtAlgorithms",
25     "qcontainerfwd.h" => "QtContainerFwd",
26     "qdebug.h" => "QtDebug",
27     "qevent.h" => "QtEvents",
28     "qnamespace.h" => "Qt",
29     "qssl.h" => "QSsl",
30     "qtest.h" => "QTest",
31     "qtconcurrentmap.h" => "QtConcurrentMap",
32     "qtconcurrentfilter.h" => "QtConcurrentFilter",
33     "qtconcurrentrun.h" => "QtConcurrentRun",
34     "qtcoreversion.h" => "QtCoreVersion",
35     "qtdbusversion.h" => "QtDBusVersion",
36     "qtguiversion.h" => "QtGuiVersion",
37     "qtnetworkversion.h" => "QtNetworkVersion",
38     "qtopenglversion.h" => "QtOpenGLVersion",
39     "qtsqlversion.h" => "QtSqlVersion",
40     "qttestversion.h" => "QtTestVersion",
41     "qtxmlversion.h" => "QtXmlVersion",
42     "qtwidgetsversion.h" => "QtWidgetsVersion",
43     "qtprintsupportversion.h" => "QtPrintSupportVersion",
44     "qtconcurrentversion.h" => "QtConcurrentVersion",
45     "qtplatformsupportversion.h" => "QtPlatformSupportVersion",
46 );
47 %mastercontent = (
48     "core" => "#include <QtCore/QtCore>\n",
49     "gui" => "#include <QtGui/QtGui>\n",
50     "printsupport" => "#include <QtPrintSupport/QtPrintSupport>\n",
51     "widgets" => "#include <QtWidgets/QtWidgets>\n",
52     "network" => "#include <QtNetwork/QtNetwork>\n",
53     "opengl" => "#include <QtOpenGL/QtOpenGL>\n",
54     "xml" => "#include <QtXml/QtXml>\n",
55     "concurrent" => "#include <QtConcurrent/QtConcurrent>\n",
56 );
57 %modulepris = (
58     "QtCore" => "$basedir/src/modules/qt_core.pri",
59     "QtDBus" => "$basedir/src/modules/qt_dbus.pri",
60     "QtGui" => "$basedir/src/modules/qt_gui.pri",
61     "QtPrintSupport" => "$basedir/src/modules/qt_printsupport.pri",
62     "QtWidgets" => "$basedir/src/modules/qt_widgets.pri",
63     "QtNetwork" => "$basedir/src/modules/qt_network.pri",
64     "QtOpenGL" => "$basedir/src/modules/qt_opengl.pri",
65     "QtSql" => "$basedir/src/modules/qt_sql.pri",
66     "QtTest" => "$basedir/src/modules/qt_testlib.pri",
67     "QtXml" => "$basedir/src/modules/qt_xml.pri",
68     "QtConcurrent" => "$basedir/src/modules/qt_concurrent.pri",
69     "QtPlatformSupport" => "$basedir/src/modules/qt_platformsupport.pri",
70 );
71 %deprecatedheaders = (
72     "QtGui" =>  {
73         "qplatformaccessibility_qpa.h" => "qpa/qplatformaccessibility.h",
74         "QPlatformAccessibility" => "qpa/qplatformaccessibility.h",
75         "qplatformbackingstore_qpa.h" => "qpa/qplatformbackingstore.h",
76         "QPlatformBackingStore" => "qpa/qplatformbackingstore.h",
77         "qplatformclipboard_qpa.h" => "qpa/qplatformclipboard.h",
78         "QPlatformClipboard" => "qpa/qplatformclipboard.h",
79         "QPlatformColorDialogHelper" => "qpa/qplatformdialoghelper.h",
80         "qplatformcursor_qpa.h" => "qpa/qplatformcursor.h",
81         "QPlatformCursor" => "qpa/qplatformcursor.h",
82         "QPlatformCursorImage" => "qpa/qplatformcursor.h",
83         "QPlatformCursorPrivate" => "qpa/qplatformcursor.h",
84         "qplatformdrag_qpa.h" => "qpa/qplatformdrag.h",
85         "QPlatformDrag" => "qpa/qplatformdrag.h",
86         "QPlatformDragQtResponse" => "qpa/qplatformdrag.h",
87         "QPlatformDropQtResponse" => "qpa/qplatformdrag.h",
88         "qplatformdialoghelper_qpa.h" => "qpa/qplatformdialoghelper.h",
89         "QPlatformDialogHelper" => "qpa/qplatformdialoghelper.h",
90         "QPlatformFileDialogHelper" => "qpa/qplatformdialoghelper.h",
91         "qplatformfontdatabase_qpa.h" => "qpa/qplatformfontdatabase.h",
92         "QPlatformFontDatabase" => "qpa/qplatformfontdatabase.h",
93         "qplatforminputcontext_qpa.h" => "qpa/qplatforminputcontext.h",
94         "QPlatformInputContext" => "qpa/qplatforminputcontext.h",
95         "qplatforminputcontext_qpa_p.h" => "qpa/qplatforminputcontext_p.h",
96         "qplatformintegration_qpa.h" => "qpa/qplatformintegration.h",
97         "QPlatformIntegration" => "qpa/qplatformintegration.h",
98         "qplatformintegrationfactory_qpa_p.h" => "qpa/qplatformintegrationfactory_p.h",
99         "QPlatformIntegrationFactory" => "qpa/qplatformintegrationfactory_p.h",
100         "qplatformintegrationplugin_qpa.h" => "qpa/qplatformintegrationplugin.h",
101         "QPlatformIntegrationPlugin" => "qpa/qplatformintegrationplugin.h",
102         "qplatformnativeinterface_qpa.h" => "qpa/qplatformnativeinterface.h",
103         "QPlatformNativeInterface" => "qpa/qplatformnativeinterface.h",
104         "qplatformopenglcontext_qpa.h" => "qpa/qplatformopenglcontext.h",
105         "QPlatformOpenGLContext" => "qpa/qplatformopenglcontext.h",
106         "qplatformpixmap_qpa.h" => "qpa/qplatformpixmap.h",
107         "QPlatformPixmap" => "qpa/qplatformpixmap.h",
108         "qplatformscreen_qpa.h" => "qpa/qplatformscreen.h",
109         "QPlatformScreen" => "qpa/qplatformscreen.h",
110         "qplatformscreen_qpa_p.h" => "qpa/qplatformscreen_p.h",
111         "QPlatformScreenBuffer" => "qpa/qplatformscreenpageflipper.h",
112         "qplatformscreenpageflipper_qpa.h" => "qpa/qplatformscreenpageflipper.h",
113         "QPlatformScreenPageFlipper" => "qpa/qplatformscreenpageflipper.h",
114         "qplatformservices_qpa.h" => "qpa/qplatformservices.h",
115         "QPlatformServices" => "qpa/qplatformservices.h",
116         "qplatformsharedgraphicscache_qpa.h" => "qpa/qplatformsharedgraphicscache.h",
117         "QPlatformSharedGraphicsCache" => "qpa/qplatformsharedgraphicscache.h",
118         "qplatformsurface_qpa.h" => "qpa/qplatformsurface.h",
119         "QPlatformSurface" => "qpa/qplatformsurface.h",
120         "qplatformtheme_qpa.h" => "qpa/qplatformtheme.h",
121         "QPlatformTheme" => "qpa/qplatformtheme.h",
122         "qplatformthemefactory_qpa_p.h" => "qpa/qplatformthemefactory_p.h",
123         "qplatformthemeplugin_qpa.h" => "qpa/qplatformthemeplugin.h",
124         "QPlatformThemePlugin" => "qpa/qplatformthemeplugin.h",
125         "qplatformwindow_qpa.h" => "qpa/qplatformwindow.h",
126         "QPlatformWindow" => "qpa/qplatformwindow.h"
127     },
128     "QtWidgets" => {
129         "qplatformmenu_qpa.h" => "qpa/qplatformmenu.h",
130         "QPlatformMenu" => "qpa/qplatformmenu.h",
131         "QPlatformMenuAction" => "qpa/qplatformmenu.h",
132         "QPlatformMenuBar" => "qpa/qplatformmenu.h"
133     },
134     "QtPrintSupport" => {
135         "qplatformprintersupport_qpa.h" => "qpa/qplatformprintersupport.h",
136         "QPlatformPrinterSupport" => "qpa/qplatformprintersupport.h",
137         "QPlatformPrinterSupportPlugin" => "XXXXXXXXXXXXXXXXXXXX",
138         "qplatformprintplugin_qpa.h" => "qpa/qplatformprintplugin.h",
139         "QPlatformPrintPlugin" => "qpa/qplatformprintplugin.h"
140     },
141     "QtPlatformSupport" => {
142         "qplatforminputcontextfactory_qpa_p.h" => "qpa/qplatforminputcontextfactory_p.h",
143         "qplatforminputcontextplugin_qpa_p.h" => "qpa/qplatforminputcontextplugin_p.h",
144         "QPlatformInputContextPlugin" => "qpa/qplatforminputcontextplugin_p.h"
145     }
146 );
147 %explicitheaders = (
148     "QtCore" => {
149         "QVariantHash" => "qvariant.h",
150         "QVariantList" => "qvariant.h",
151         "QVariantMap" => "qvariant.h",
152     }
153 );
154
155 @ignore_for_master_contents = ( "qt.h", "qpaintdevicedefs.h" );
156 @ignore_for_include_check = ( "qsystemdetection.h", "qcompilerdetection.h", "qprocessordetection.h" );
157 @ignore_for_qt_begin_header_check = ( "qiconset.h", "qconfig.h", "qconfig-dist.h", "qconfig-large.h", "qconfig-medium.h", "qconfig-minimal.h", "qconfig-small.h", "qfeatures.h", "qt_windows.h" );
158 @ignore_for_qt_begin_namespace_check = ( "qconfig.h", "qconfig-dist.h", "qconfig-large.h", "qconfig-medium.h", "qconfig-minimal.h", "qconfig-small.h", "qfeatures.h", "qatomic_arch.h", "qatomic_windowsce.h", "qt_windows.h", "qatomic_macosx.h" );
159 @ignore_for_qt_module_check = ( "$modules{QtCore}/arch", "$modules{QtCore}/global", "$modules{QtTest}", "$modules{QtDBus}" );
160 # Module dependencies.
161 # Every module that is required to build this module should have one entry.
162 # Each of the module version specifiers can take one of the following values:
163 #   - A specific Git revision.
164 #   - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
165 #
166 %dependencies = (
167 );