summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2022-09-28 12:04:31 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-09-28 22:33:31 +0000
commit1fb575f70d53952f5effcda04a48543dbb135a4d (patch)
tree70974b5ec5ea2739038aec04e24469eaf88d3bc9
parent1a30b642bb3aa5c2e4d6f8266e4e3952021a678d (diff)
Try to pick up .rcc files as well in packaging
Seems they are not matched by the ** syntax. Change-Id: Ibcabdc1d87d6d483e743efd3f6e5aa87df023d93 Reviewed-by: Michal Klocek <michal.klocek@qt.io> (cherry picked from commit 6f61a3a730e30a59e3c2e5d655699c5a04d84955) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-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/*"
]
}
}