Skip to content

Commit 70b4665

Browse files
camilasanTheAssassin
authored andcommitted
Copy v8_context_snapshot.bin to resources when deploying Qt WebEngine.
This file was added in Qt6.
1 parent 24f169a commit 70b4665

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/deployers/WebEnginePluginsDeployer.cpp

+3-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ bool WebEnginePluginsDeployer::doDeploy() {
3939
for (const auto &fileName : {"qtwebengine_resources.pak",
4040
"qtwebengine_devtools_resources.pak",
4141
"qtwebengine_resources_100p.pak",
42-
"qtwebengine_resources_200p.pak", "icudtl.dat"}) {
42+
"qtwebengine_resources_200p.pak",
43+
"icudtl.dat",
44+
"v8_context_snapshot.bin"}) {
4345
auto path = qtDataPath / "resources" / fileName;
4446

4547
if (fs::is_regular_file(path))

0 commit comments

Comments
 (0)