Skip to content

Commit b3821a5

Browse files
committed
CMakePresets: add Linux-x64-Qt5 presets
1 parent 9ed2dc0 commit b3821a5

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

gui/qt/CMakePresets.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,20 @@
156156
}
157157
}
158158
},
159+
{
160+
"name": "Linux-x64-Qt5",
161+
"inherits": [ "Linux-x64-Qt6", "Qt5" ]
162+
},
163+
{
164+
"name": "Linux-x64-Qt5-Dynamic",
165+
"inherits": [ "Linux-x64-Qt5", "linux-only" ],
166+
"cacheVariables": {
167+
"VCPKG_TARGET_TRIPLET": {
168+
"type": "STRING",
169+
"value": "x64-linux-dynamic-apng"
170+
}
171+
}
172+
},
159173
{
160174
"name": "Win-x64-Qt5",
161175
"inherits": [ "Win-x64-Qt6", "Qt5" ]
@@ -329,6 +343,36 @@
329343
"name": "Linux-x64-Qt6-Dynamic-Release",
330344
"configurePreset": "Linux-x64-Qt6-Dynamic",
331345
"configuration": "Release"
346+
},
347+
{
348+
"name": "Linux-x64-Qt5-Debug",
349+
"configurePreset": "Linux-x64-Qt5",
350+
"configuration": "Debug"
351+
},
352+
{
353+
"name": "Linux-x64-Qt5-RelWithDebInfo",
354+
"configurePreset": "Linux-x64-Qt5",
355+
"configuration": "RelWithDebInfo"
356+
},
357+
{
358+
"name": "Linux-x64-Qt5-Release",
359+
"configurePreset": "Linux-x64-Qt5",
360+
"configuration": "Release"
361+
},
362+
{
363+
"name": "Linux-x64-Qt5-Dynamic-Debug",
364+
"configurePreset": "Linux-x64-Qt5-Dynamic",
365+
"configuration": "Debug"
366+
},
367+
{
368+
"name": "Linux-x64-Qt5-Dynamic-RelWithDebInfo",
369+
"configurePreset": "Linux-x64-Qt5-Dynamic",
370+
"configuration": "RelWithDebInfo"
371+
},
372+
{
373+
"name": "Linux-x64-Qt5-Dynamic-Release",
374+
"configurePreset": "Linux-x64-Qt5-Dynamic",
375+
"configuration": "Release"
332376
}
333377
]
334378
}

0 commit comments

Comments
 (0)