2018-06-15 19:30:32 -04:00
|
|
|
{
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "x86-Debug",
|
|
|
|
"generator": "Ninja",
|
|
|
|
"configurationType": "Debug",
|
2023-04-21 19:23:14 -04:00
|
|
|
"cmakeCommandArgs": "-DQT_ROOT=/Qt",
|
2018-10-19 15:55:48 -04:00
|
|
|
"inheritEnvironments": [ "msvc_x86" ]
|
2018-06-15 19:30:32 -04:00
|
|
|
},
|
|
|
|
{
|
2019-05-24 13:30:12 -04:00
|
|
|
"name": "x86-RelWithDebInfo",
|
2018-06-15 19:30:32 -04:00
|
|
|
"generator": "Ninja",
|
2018-10-09 00:35:47 -04:00
|
|
|
"configurationType": "RelWithDebInfo",
|
2023-04-21 19:23:14 -04:00
|
|
|
"cmakeCommandArgs": "-DQT_ROOT=/Qt",
|
2018-10-19 15:55:48 -04:00
|
|
|
"inheritEnvironments": [ "msvc_x86" ]
|
2018-08-03 10:00:42 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "x64-Debug",
|
|
|
|
"generator": "Ninja",
|
|
|
|
"configurationType": "Debug",
|
2023-04-21 19:23:14 -04:00
|
|
|
"cmakeCommandArgs": "-DQT_ROOT=/Qt",
|
2018-10-19 15:55:48 -04:00
|
|
|
"inheritEnvironments": [ "msvc_x64" ]
|
2018-08-03 10:00:42 -04:00
|
|
|
},
|
|
|
|
{
|
2019-05-24 13:30:12 -04:00
|
|
|
"name": "x64-RelWithDebInfo",
|
2018-08-03 10:00:42 -04:00
|
|
|
"generator": "Ninja",
|
2018-10-09 00:35:47 -04:00
|
|
|
"configurationType": "RelWithDebInfo",
|
2023-04-21 19:23:14 -04:00
|
|
|
"cmakeCommandArgs": "-DQT_ROOT=/Qt",
|
2018-10-19 15:55:48 -04:00
|
|
|
"inheritEnvironments": [ "msvc_x64" ]
|
2018-06-15 19:30:32 -04:00
|
|
|
}
|
|
|
|
]
|
2023-04-21 00:52:32 -04:00
|
|
|
}
|