summaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2022-08-23 10:15:29 +0300
committerAntti Kokko <antti.kokko@qt.io>2022-08-23 08:35:21 +0000
commit461faf61dfb2b2bd61397eeec9ee208bfb01bec2 (patch)
tree32a16721fc2fae024600dc7394682149c9ffdc12 /coin
parent2a4dc215756ff2f3fe966a689eea4cf4c7b11b7d (diff)
Coin: adjust compositor split rules
Due to changes in build configuration 'Qt6WaylandTextureSharing*.cmake' files need to be included in the compositor package. Pick-to: 6.4 Task-number: QTBUG-105722 Change-Id: I03a0072227ce6d9cf85f01c523da516b27a577fc Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'coin')
-rw-r--r--coin/qt-installer-package-config.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/coin/qt-installer-package-config.json b/coin/qt-installer-package-config.json
index 2737a1947..89beb4b43 100644
--- a/coin/qt-installer-package-config.json
+++ b/coin/qt-installer-package-config.json
@@ -6,7 +6,8 @@
"**/*Compositor*/**/*",
"**/*Compositor*",
"**/wayland-graphics-integration-server/*",
- "**/wayland-hardware-layer-integration/*"
+ "**/wayland-hardware-layer-integration/*",
+ "**/QmlPlugins/Qt6WaylandTextureSharing*.cmake"
]
}
}