summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile8
1 files changed, 8 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index bba0ff2b2f..1d1c08fc0f 100644
--- a/sync.profile
+++ b/sync.profile
@@ -18,8 +18,10 @@
"QtANGLE/EGL" => "!$basedir/src/3rdparty/angle/include/EGL",
"QtZlib" => "!>$basedir/src/corelib;$basedir/src/3rdparty/zlib",
"QtOpenGLExtensions" => "$basedir/src/openglextensions",
+ "QtEglFSDeviceIntegration" => "$basedir/src/plugins/platforms/eglfs",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
+ "QtEglFSDeviceIntegration" => "api",
);
@allmoduleheadersprivate = (
);
@@ -47,6 +49,12 @@
"QtGui" => {
"QGenericPlugin" => "QtGui/QGenericPlugin",
"QGenericPluginFactory" => "QtGui/QGenericPluginFactory"
+ },
+ "QtSql" => {
+ "qsql.h" => "QtSql/qtsqlglobal.h"
+ },
+ "QtDBus" => {
+ "qdbusmacros.h" => "QtDbus/qtdbusglobal.h"
}
);