diff options
author | Elvis Lee <kwangwoong.lee@lge.com> | 2020-07-09 17:26:01 +0900 |
---|---|---|
committer | Elvis Lee <kwangwoong.lee@lge.com> | 2020-10-23 16:46:02 +0900 |
commit | ee3adcc64227e1a27b36c8ca69ead415cf2fd644 (patch) | |
tree | 9e73df60b33672a3948d9a3b1c532cec4b752bf0 /sync.profile | |
parent | 47d2f3cfe836be897a737d434140b4be03e9320f (diff) | |
download | qtbase-ee3adcc64227e1a27b36c8ca69ead415cf2fd644.tar.gz |
Export gbm device integration to build it outside
Support external build for device integration which uses
kms and gbm. QKmsScreenConfig supports inheritance
to consider platform specific screen configuration.
Task-number: QTBUG-85268
Change-Id: Iac58898a9cf0bb1d53237a719667a6ebd53d88b9
Reviewed-by: Elvis Lee <kwangwoong.lee@lge.com>
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'sync.profile')
-rw-r--r-- | sync.profile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile index 7c0d17365e..7b502958e7 100644 --- a/sync.profile +++ b/sync.profile @@ -17,6 +17,8 @@ "QtKmsSupport" => "$basedir/src/platformsupport/kmsconvenience", "QtZlib" => "!>$basedir/src/corelib;$basedir/src/3rdparty/zlib", "QtEglFSDeviceIntegration" => "$basedir/src/plugins/platforms/eglfs", + "QtEglFsKmsSupport" => "$basedir/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_support", + "QtEglFsKmsGbmSupport" => "$basedir/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms", "QtMockPlugins1" => "$basedir/tests/auto/cmake/mockplugins/mockplugins1", "QtMockPlugins2" => "$basedir/tests/auto/cmake/mockplugins/mockplugins2", "QtMockPlugins3" => "$basedir/tests/auto/cmake/mockplugins/mockplugins3", |