mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-25 12:13:00 +01:00
Add release preset
This commit is contained in:
parent
6d491f8ee4
commit
f557919419
@ -69,6 +69,18 @@
|
||||
"CMAKE_BUILD_TYPE": "RelWithDebInfo"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "windows-release-qt-6.5.0",
|
||||
"inherits": "default-windows",
|
||||
"displayName": "MSVC SP Qt 6.5.0 Release",
|
||||
"binaryDir": "${sourceDir}/../build_ScreenPlay_Qt_6.5.0_MSVC_Release",
|
||||
"environment": {
|
||||
"qt_version": "6.5.0"
|
||||
},
|
||||
"cacheVariables": {
|
||||
"CMAKE_BUILD_TYPE": "Release"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "linux-debug",
|
||||
"displayName": "ScreenPlay 64bit Debug Linux",
|
||||
|
Loading…
Reference in New Issue
Block a user