goldendict-ng/website/docs/howto/how to build and debug with VS2019.md
YiFang Xiao 3ea5ebeebf ocr: add how to series
doc: move howto to website
2023-05-21 14:52:11 +08:00

737 B

prerequisite:

  • QT
  • QT tool for VS(installed from VS extension)

steps:

  • configure qt path toolbar Extensions=>Qt VS Tools=>Options=>versions. add qt installation folder

  • Open pro project file directly throughttoolbar Extensions=>Qt VS Tools=>Open Qt Project file(.pro)

ref: 1

build

debug

after successfully build,in the target folder(where goldendict.exe resides) ,run windeployqt which copy all the necessary files to this folder. and copy other missing dlls to this folder. you can click the exe to verify the application can run .

after alll this ,you can debug the application normally.