diff options
author | Michal Klocek <michal.klocek@qt.io> | 2020-09-28 10:22:23 +0200 |
---|---|---|
committer | Michal Klocek <michal.klocek@qt.io> | 2020-10-06 09:55:48 +0200 |
commit | 4980435e60622e732cdcfcdd0bb7bf678e37e02b (patch) | |
tree | 80bc2a62176e1ae8207c8052e5405b6311cdf80d | |
parent | d8c7d966b1ca87eef2a3a9650808a22e4a031bc9 (diff) | |
download | qtwebengine-4980435e60622e732cdcfcdd0bb7bf678e37e02b.tar.gz |
Add missing QtPdf framework for installer
Speculative fix.
Task-number: QTBUG-86972
Change-Id: Idc69b472439e602dc6db5dfa8fc67606b9abde08
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
-rw-r--r-- | coin/qt-installer-package-config.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coin/qt-installer-package-config.json b/coin/qt-installer-package-config.json index 8507c9ec9..78a306743 100644 --- a/coin/qt-installer-package-config.json +++ b/coin/qt-installer-package-config.json @@ -9,6 +9,7 @@ "**/lib/pkgconfig/Qt5Pdf*", "**/lib/libQt5Pdf*", "**/lib/static_chrome/*", + "**/lib/QtPdf.framework/*" "**/mkspecs/modules/qt_lib_pdf*", "**/plugins/imageformats/*", "**/qml/QtQuick/**/*" |