You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-8Lines changed: 13 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,15 +34,20 @@ Not: Actually for resource, libexec and translations folders only the related fi
34
34
35
35
* For __macos:__
36
36
* This is easier than linux. All resource and configuratin files are kept together.
37
-
* copy `<Qt Installation Path`>/6.2.2/macos/lib/QtWebChannel.framework to `<Qt Creator.app`>/Contents/Frameworks/
38
-
* copy `<Qt Installation Path`>/6.2.2/macos/lib/QtWebEngineCore.framework to `<Qt Creator.app`>/Contents/Frameworks/
39
-
* copy `<Qt Installation Path`>/6.2.2/macos/lib/QtWebEngineWidgets.framework to `<Qt Creator.app`>/Contents/Frameworks/
40
-
* copy `<Qt Installation Path`>/6.2.2/macos/lib/QtPositioning.framework to `<Qt Creator.app`>/Contents/Frameworks/
37
+
* copy `<Qt Installation Path`>/6.2.3/macos/lib/QtWebChannel.framework to `<Qt Creator.app`>/Contents/Frameworks/
38
+
* copy `<Qt Installation Path`>/6.2.3/macos/lib/QtWebEngineCore.framework to `<Qt Creator.app`>/Contents/Frameworks/
39
+
* copy `<Qt Installation Path`>/6.2.3/macos/lib/QtWebEngineWidgets.framework to `<Qt Creator.app`>/Contents/Frameworks/
40
+
* copy `<Qt Installation Path`>/6.2.3/macos/lib/QtPositioning.framework to `<Qt Creator.app`>/Contents/Frameworks/
41
41
* For __windows:__
42
-
* Since I do not have Windows machine I cannot write the exact steps but the logic same.
43
-
* By the help of [official qtwebengine6 deployment notes](https://doc-snapshots.qt.io/qt6-dev/qtwebengine-deploying.html) you can copy the related files.
44
-
* As soon as I have a windows machine I will write down exact steps.
45
-
42
+
* copy `<Qt Installation Path`>\6.2.3\msvc2019_64\bin\Qt6WebChannel.dll to `<Ct Creator Ins Path>`\bin
43
+
* copy `<Qt Installation Path`>\6.2.3\msvc2019_64\bin\Qt6WebEngineCore.dll to `<Ct Creator Ins Path>`\bin
44
+
* copy `<Qt Installation Path`>\6.2.3\msvc2019_64\bin\Qt6WebEngineWidgets.dll to `<Ct Creator Ins Path>`\bin
45
+
* copy `<Qt Installation Path>`\6.2.3\msvc2019_64\translations to `<Ct Creator Ins Path>`\bin
46
+
* copy `<Qt Installation Path>`\6.2.3\msvc2019_64\resources to `<Ct Creator Ins Path>`\bin
47
+
* copy `<Qt Installation Path>`\6.2.3\msvc2019_64\bin\QtWebEngineProcess.exe to `<Ct Creator Ins Path>`\bin
48
+
* copy `<Qt Installation Path>`\6.2.3\msvc2019_64\bin\qtwebengine_convert_dict.exe to `<Ct Creator Ins Path>`\bin
49
+
50
+
Not: Actually for resource and translations folders only the related files should be copied. But just now, copy all files. I will update later.
0 commit comments