Skip to content

Commit 29abdd8

Browse files
committed
update readme for windows install
1 parent ab530fb commit 29abdd8

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,20 @@ Not: Actually for resource, libexec and translations folders only the related fi
3434

3535
* For __macos:__
3636
* 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/
4141
* 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.
4651

4752
## How to Build
4853

0 commit comments

Comments
 (0)