We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24f169a commit 70b4665Copy full SHA for 70b4665
src/deployers/WebEnginePluginsDeployer.cpp
@@ -39,7 +39,9 @@ bool WebEnginePluginsDeployer::doDeploy() {
39
for (const auto &fileName : {"qtwebengine_resources.pak",
40
"qtwebengine_devtools_resources.pak",
41
"qtwebengine_resources_100p.pak",
42
- "qtwebengine_resources_200p.pak", "icudtl.dat"}) {
+ "qtwebengine_resources_200p.pak",
43
+ "icudtl.dat",
44
+ "v8_context_snapshot.bin"}) {
45
auto path = qtDataPath / "resources" / fileName;
46
47
if (fs::is_regular_file(path))
0 commit comments