summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2022-09-28 12:04:31 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2022-09-28 15:31:05 +0200
commit6f61a3a730e30a59e3c2e5d655699c5a04d84955 (patch)
tree130999dd1c6dc1f39c174826fc44fe0ffc8deb2c
parent245ae5599847d37c60614725d5d08ba99ee6fceb (diff)
Try to pick up .rcc files as well in packaging
Seems they are not matched by the ** syntax. Pick-to: 6.4 Change-Id: Ibcabdc1d87d6d483e743efd3f6e5aa87df023d93 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
-rw-r--r--coin/qt-installer-package-config.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/coin/qt-installer-package-config.json b/coin/qt-installer-package-config.json
index 3c0149cff..b3fa3a3a4 100644
--- a/coin/qt-installer-package-config.json
+++ b/coin/qt-installer-package-config.json
@@ -16,7 +16,9 @@
"**/mkspecs/modules/qt_plugin_qpdf.pri",
"**/modules/Pdf*",
"**/plugins/imageformats/**/*",
- "**/qml/QtQuick/**/*"
+ "**/qml/QtQuick/**/*",
+ "**/qml/QtQuick/Pdf/**/.rcc/*",
+ "**/qml/QtQuick/Pdf/**/.rcc/qmlcache/*"
]
}
}