use drive relative path
This commit is contained in:
parent
446f6d44e6
commit
cfa11c5646
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,4 +6,3 @@
|
|||||||
*.vscode/
|
*.vscode/
|
||||||
*.user
|
*.user
|
||||||
*.aps
|
*.aps
|
||||||
CMakeSettings.json
|
|
||||||
|
@ -4,28 +4,28 @@
|
|||||||
"name": "x86-Debug",
|
"name": "x86-Debug",
|
||||||
"generator": "Ninja",
|
"generator": "Ninja",
|
||||||
"configurationType": "Debug",
|
"configurationType": "Debug",
|
||||||
"cmakeCommandArgs": "-DQT_ROOT=C:/Qt/",
|
"cmakeCommandArgs": "-DQT_ROOT=/Qt",
|
||||||
"inheritEnvironments": [ "msvc_x86" ]
|
"inheritEnvironments": [ "msvc_x86" ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "x86-RelWithDebInfo",
|
"name": "x86-RelWithDebInfo",
|
||||||
"generator": "Ninja",
|
"generator": "Ninja",
|
||||||
"configurationType": "RelWithDebInfo",
|
"configurationType": "RelWithDebInfo",
|
||||||
"cmakeCommandArgs": "-DQT_ROOT=C:/Qt/",
|
"cmakeCommandArgs": "-DQT_ROOT=/Qt",
|
||||||
"inheritEnvironments": [ "msvc_x86" ]
|
"inheritEnvironments": [ "msvc_x86" ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "x64-Debug",
|
"name": "x64-Debug",
|
||||||
"generator": "Ninja",
|
"generator": "Ninja",
|
||||||
"configurationType": "Debug",
|
"configurationType": "Debug",
|
||||||
"cmakeCommandArgs": "-DQT_ROOT=C:/Qt/",
|
"cmakeCommandArgs": "-DQT_ROOT=/Qt",
|
||||||
"inheritEnvironments": [ "msvc_x64" ]
|
"inheritEnvironments": [ "msvc_x64" ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "x64-RelWithDebInfo",
|
"name": "x64-RelWithDebInfo",
|
||||||
"generator": "Ninja",
|
"generator": "Ninja",
|
||||||
"configurationType": "RelWithDebInfo",
|
"configurationType": "RelWithDebInfo",
|
||||||
"cmakeCommandArgs": "-DQT_ROOT=C:/Qt/",
|
"cmakeCommandArgs": "-DQT_ROOT=/Qt",
|
||||||
"inheritEnvironments": [ "msvc_x64" ]
|
"inheritEnvironments": [ "msvc_x64" ]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user