mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-06 19:12:30 +01:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
|
|
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Launch Qt 6.5.1",
|
|
"type": "cppvsdbg",
|
|
"request": "launch",
|
|
"program": "${command:cmake.launchTargetPath}",
|
|
"args": [],
|
|
"cwd": "${command:cmake.buildDirectory}/bin",
|
|
"preLaunchTask": "CMake: build",
|
|
"internalConsoleOptions": "openOnSessionStart",
|
|
"console": "internalConsole",
|
|
"environment": [
|
|
{
|
|
"name": "Path",
|
|
"value": "${env:Path};${workspaceFolder}\\..\\aqt\\6.5.1\\msvc2019_64\\bin\\;${workspaceFolder}\\..\\aqt\\6.5.1\\msvc2019_64\\modules\\;${workspaceFolder}\\..\\aqt\\6.5.1\\msvc2019_64\\qml\\;${workspaceFolder}\\..\\vcpkg\\installed\\x64-windows\\debug\\bin;"
|
|
}
|
|
],
|
|
"visualizerFile": "${workspaceFolder}/.vscode/qt.natvis.xml",
|
|
"osx": {
|
|
"MIMode": "lldb",
|
|
"type": "lldb"
|
|
},
|
|
"linux": {
|
|
"MIMode": "lldb",
|
|
"type": "lldb"
|
|
}
|
|
}
|
|
]
|
|
} |