mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-22 10:42:29 +01:00
Merge branch 'master' of https://gitlab.com/kelteseth/ScreenPlay
This commit is contained in:
commit
12314cafde
20
.vscode/launch.json
vendored
20
.vscode/launch.json
vendored
@ -6,7 +6,7 @@
|
|||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
"name": "Launch Qt 6.5.1",
|
"name": "Windows Launch",
|
||||||
"type": "cppvsdbg",
|
"type": "cppvsdbg",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"program": "${command:cmake.launchTargetPath}",
|
"program": "${command:cmake.launchTargetPath}",
|
||||||
@ -21,15 +21,15 @@
|
|||||||
"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;"
|
"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",
|
"visualizerFile": "${workspaceFolder}/.vscode/qt.natvis.xml"
|
||||||
"osx": {
|
},
|
||||||
"MIMode": "lldb",
|
{
|
||||||
"type": "lldb"
|
"name": "macOS Launch",
|
||||||
},
|
"type": "lldb",
|
||||||
"linux": {
|
"request": "launch",
|
||||||
"MIMode": "lldb",
|
"program": "${command:cmake.launchTargetPath}",
|
||||||
"type": "lldb"
|
"args": [],
|
||||||
}
|
"cwd": "${command:cmake.buildDirectory}/bin",
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user