build: Update Windows to Qt5.15 (#798)

* Update compile howto

- to qt5.15
- minimal install overhead
- sync with vscode and cmake

* Update docs with more input

gh actions windows: Qt5.15 and msvc2019

* fix: Azure build
This commit is contained in:
brindosch
2020-05-18 21:09:33 +02:00
committed by GitHub
parent b0fcad4bb3
commit a38502b8fe
9 changed files with 28 additions and 22 deletions

2
.vscode/launch.json vendored
View File

@@ -27,7 +27,7 @@
"name": "(Windows) hyperiond",
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceFolder}/build/bin/hyperiond.exe",
"program": "${workspaceFolder}/build/bin/Debug/hyperiond.exe",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",