summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2017-08-04 16:39:21 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2017-08-14 07:46:43 +0000
commitfdc5749b5603653c5d0c59db267f44fd1609457e (patch)
tree88f476935c802a340486d627c755d2ca37d4c3b9
parent50a1efcb170f4df0f4602805b7a07b80798d68ab (diff)
downloadqttools-fdc5749b5603653c5d0c59db267f44fd1609457e.tar.gz
Install missing qtwebengine_devtools_resources.pak file for WebEngine
Task-number: QTBUG-59251 Change-Id: I1e1b3c3301755aaabcccb85af1ca1b2dee52a59b Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
-rw-r--r--src/windeployqt/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/windeployqt/main.cpp b/src/windeployqt/main.cpp
index 090277ab4..69ab76441 100644
--- a/src/windeployqt/main.cpp
+++ b/src/windeployqt/main.cpp
@@ -1550,6 +1550,7 @@ static bool deployWebEngineCore(const QMap<QString, QString> &qmakeVariables,
const Options &options, bool isDebug, QString *errorMessage)
{
static const char *installDataFiles[] = {"icudtl.dat",
+ "qtwebengine_devtools_resources.pak",
"qtwebengine_resources.pak",
"qtwebengine_resources_100p.pak",
"qtwebengine_resources_200p.pak"};