From 4cdfa55502704d13f3d0cc1f2feccd8807e0c1d4 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Tue, 29 Oct 2019 13:44:04 +0100 Subject: Add configuration file to help the coin ExportTool to split the content By default all files shall be in the base package, but additional packages can be specified in the top-level object by name along with python glob.glob compatible masks. Task-number: COIN-349 Change-Id: Ic0e2bae67d7c8a596f249ce527bb58c0a50d7ab2 Reviewed-by: Johan Helsing Reviewed-by: Antti Kokko --- coin/qt-installer-package-config.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 coin/qt-installer-package-config.json 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/*" + ] + } +} -- cgit v1.2.3