summaryrefslogtreecommitdiff
path: root/coin
diff options
context:
space:
mode:
Diffstat (limited to 'coin')
-rw-r--r--coin/qt-installer-package-config.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/coin/qt-installer-package-config.json b/coin/qt-installer-package-config.json
new file mode 100644
index 00000000..2737a194
--- /dev/null
+++ b/coin/qt-installer-package-config.json
@@ -0,0 +1,12 @@
+{
+ "version": "1",
+ "module-split": {
+ "qtwayland-compositor": [
+ "**/*compositor*",
+ "**/*Compositor*/**/*",
+ "**/*Compositor*",
+ "**/wayland-graphics-integration-server/*",
+ "**/wayland-hardware-layer-integration/*"
+ ]
+ }
+}