From e779292e2bf68eafe5ed1ed896638d51f596940e Mon Sep 17 00:00:00 2001 From: xiaoyifang Date: Fri, 21 Jan 2022 16:25:55 +0800 Subject: [PATCH] modify README.md to update the qt version. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 214b4081..1fc06bd9 100644 --- a/README.md +++ b/README.md @@ -104,9 +104,8 @@ To build GoldenDict with Visual Studio take one of next library packs and unpack [GoldenDict_libs_VS2015_x86_v4.7z](http://www.mediafire.com/file/0a7ygy9rn99oevm/GoldenDict_libs_VS2015_x86_v4.7z) - for MS Visual Studio 2015, 32 bit [GoldenDict_libs_VS2015_x64_v4.7z](http://www.mediafire.com/file/yoy2q8af0s1467m/GoldenDict_libs_VS2015_x64_v4.7z) - for MS Visual Studio 2015, 64 bit -To create project files for Visual Studio you can pass `"-tp vc"` option to `qmake`. - -Note: In Qt 5.6.0 and later the `Webkit` module was removed from official release builds. You should to build it from sources to compile GoldenDict. +To build with Visual Studio. +check this [how to build with visual studio](howto/how to build and debug with VS2019.md) ## Installation