summaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2020-02-03 11:59:37 +0200
committerAntti Kokko <antti.kokko@qt.io>2020-02-04 05:15:08 +0000
commit4455081eabc8610112d1cce56a6f6fc64c0be236 (patch)
tree7e861c0a1aeedc3e7c6689cd0dbc8f7492c388f4 /coin
parenta6fb2c592bac997baf87016e9dd6b7a3c061ef3c (diff)
Add configuration file for 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: QTBUG-81546 Change-Id: Ib72a72e0e8b29d762783abaa98744d954a44dd1b Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'coin')
-rw-r--r--coin/qt-installer-package-config.json16
1 files changed, 16 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..70277f5e7
--- /dev/null
+++ b/coin/qt-installer-package-config.json
@@ -0,0 +1,16 @@
+{
+ "version": "1",
+ "module-split": {
+ "qtpdf": [
+ "**/include/*QtPdf*/**/*"
+ "**/lib/cmake/Qt5Gui/*"
+ "**/lib/cmake/QtPdf/*"
+ "**/lib/cmake/QtPdfWidgets/*"
+ "**/lib/pkgconfig/Qt5Pdf*"
+ "**/lib/libQt5Pdf*"
+ "**/mkspecs/modules/qt_lib_pdf*"
+ "**/plugins/**/*"
+ "**/qml/QtQuick/**/*"
+ ]
+ }
+}