diff options
author | Elvis Lee <kwangwoong.lee@lge.com> | 2020-12-30 16:56:33 +0900 |
---|---|---|
committer | Elvis Lee <kwangwoong.lee@lge.com> | 2021-04-28 19:01:30 +0900 |
commit | d10d7bab434b6917cd20ea57355570981974c54d (patch) | |
tree | 4d730594129929a3dd90fa7d0c7b196773cf43fb /sync.profile | |
parent | 22a9c2d63504de53388230110d00fcff84bdc1f2 (diff) | |
download | qtwayland-d10d7bab434b6917cd20ea57355570981974c54d.tar.gz |
Export wayland-egl client hwintegration
Support wayland-egl client hwintegration
as a module for external build.
Change-Id: I3e82838d0cc89d4bb1435b835dc1e9b592319ddf
Reviewed-by: Elvis Lee <kwangwoong.lee@lge.com>
Reviewed-by: Jaeyoon Jung <jaeyoon.jung@lge.com>
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'sync.profile')
-rw-r--r-- | sync.profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile index 18052735..2d3e57ce 100644 --- a/sync.profile +++ b/sync.profile @@ -1,6 +1,7 @@ %modules = ( # path to module name map "QtWaylandCompositor" => "$basedir/src/compositor", "QtWaylandClient" => "$basedir/src/client", + "QtWaylandEglClientHwIntegration" => "$basedir/src/hardwareintegration/client/wayland-egl", ); %moduleheaders = ( # restrict the module headers to those found in relative path ); |