summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorGiulio Camuffo <giulio.camuffo@kdab.com>2016-05-27 11:04:03 +0300
committerGiulio Camuffo <giulio.camuffo@kdab.com>2016-06-03 09:19:05 +0000
commitec4eb4db61094179bc6a9ec26ec68fb710177053 (patch)
treec593d4e815ff6f1cc149ad5eaf206b825c316b0b /sync.profile
parent3ec57107cedb154f256e3ad001ea5475cc64fa94 (diff)
Install some eglfsdeviceintegration headers, as a private module
This allows external integrations to be developed against it. Also uniforms all class names as QEglFSFoo. Change-Id: I72ff37c0fcdf1ccd37110b4c36874d6c99b2e743 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index bba0ff2b2f..7807907420 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 = (
);