We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18b5f36 commit d32445fCopy full SHA for d32445f
CMakePresets.json
@@ -149,8 +149,10 @@
149
},
150
{
151
"name": "DSS-Debug-Windows",
152
- "inherits": "Qt",
153
- "binaryDir": "${sourceDir}/build",
+ "inherits": [
+ "Qt",
154
+ "DSS-Settings"
155
+ ],
156
"cacheVariables": {
157
"CMAKE_BUILD_TYPE": "Debug"
158
@@ -165,8 +167,10 @@
165
167
166
168
169
"name": "DSS-Release-Windows",
170
171
172
173
174
175
"CMAKE_BUILD_TYPE": "Release"
176
@@ -182,7 +186,7 @@
182
186
],
183
187
"vendor": {
184
188
"qt-project.org/Presets": {
185
- "checksum": "iqlVQdfpt4eaZGYKmKbk7FY9ZRY="
189
+ "checksum": "KeDbkLbL/T5w5seoQEvFd5iaAI4="
190
}
191
192
0 commit comments