summaryrefslogtreecommitdiff
path: root/coin
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2022-09-26 12:05:50 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2022-09-28 15:31:01 +0200
commit245ae5599847d37c60614725d5d08ba99ee6fceb (patch)
tree81513c5fad64b9c7620e57a475888da26fb66d49 /coin
parentfae01ced058d3ed196cdbf483f7b1203ebf51006 (diff)
downloadqtwebengine-245ae5599847d37c60614725d5d08ba99ee6fceb.tar.gz
Fix splitting
Was missing some Pdf files in the pdf module Fixes: QTBUG-106944 Fixes: QTBUG-86972 Change-Id: I996a890ecd84ed6084f2075a98c4572372cba5ac Reviewed-by: Michal Klocek <michal.klocek@qt.io> (cherry picked from commit e401e26fb5db72cc79af56bea942409c1d044bf4) Reviewed-by: Daniel Smith <Daniel.Smith@qt.io> (cherry picked from commit 3c0a45e592f64a34d50c37345afe38753a46c028)
Diffstat (limited to 'coin')
-rw-r--r--coin/qt-installer-package-config.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/coin/qt-installer-package-config.json b/coin/qt-installer-package-config.json
index d556d245f..3c0149cff 100644
--- a/coin/qt-installer-package-config.json
+++ b/coin/qt-installer-package-config.json
@@ -6,7 +6,7 @@
"**/include/*QtPdf*/**/*",
"**/lib/cmake/Qt*Gui/*Pdf*",
"**/lib/cmake/Qt*Pdf*/*",
- "**/lib/cmake/Qt*Qml/QmlPlugins/*pdf*",
+ "**/lib/cmake/Qt*Qml/QmlPlugins/*Pdf*",
"**/lib/metatypes/*pdf*",
"**/lib/pkgconfig/*Pdf*",
"**/lib/*Pdf*",
@@ -15,7 +15,7 @@
"**/mkspecs/modules/qt_lib_pdf*",
"**/mkspecs/modules/qt_plugin_qpdf.pri",
"**/modules/Pdf*",
- "**/plugins/imageformats/*",
+ "**/plugins/imageformats/**/*",
"**/qml/QtQuick/**/*"
]
}