summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--coin/qt-installer-package-config.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/coin/qt-installer-package-config.json b/coin/qt-installer-package-config.json
new file mode 100644
index 000000000..be05b2e6c
--- /dev/null
+++ b/coin/qt-installer-package-config.json
@@ -0,0 +1,11 @@
+{
+ "version": "1",
+ "module-split": {
+ "qtwayland-compositor": [
+ "**/*compositor*",
+ "**/*Compositor*/**/*",
+ "**/wayland-graphics-integration-server/*",
+ "**/wayland-hardware-layer-integration/*"
+ ]
+ }
+}