Skip to content

Commit

Permalink
GIT_SILENT: we are qt6 only
Browse files Browse the repository at this point in the history
  • Loading branch information
Montel committed Oct 19, 2023
1 parent 018e6bb commit 08b95da
Showing 1 changed file with 5 additions and 20 deletions.
25 changes: 5 additions & 20 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"generator": "Ninja",
"binaryDir": "${sourceDir}/build-${presetName}",
"installDir": "$env{KF6}",
"hidden": true,
"cacheVariables": {
"BUILD_WITH_QT6": "ON"
},
"hidden": true
"BUILD_QCH": "ON"
}
},
{
"name": "dev-mold",
Expand All @@ -35,18 +35,6 @@
"base"
]
},
{
"name": "dev-qch",
"displayName": "Build as debug",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
"BUILD_QCH": "ON"
},
"inherits": [
"base"
]
},
{
"name": "asan",
"displayName": "Build with Asan support.",
Expand Down Expand Up @@ -88,7 +76,8 @@
"name": "release",
"displayName": "Build as release mode.",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Release"
"CMAKE_BUILD_TYPE": "Release",
"BUILD_TESTING": "OFF"
},
"inherits": [
"base"
Expand Down Expand Up @@ -152,10 +141,6 @@
"name": "dev-mold",
"configurePreset": "dev-mold"
},
{
"name": "dev-qch",
"configurePreset": "dev-qch"
},
{
"name": "dev-clang",
"configurePreset": "dev-clang"
Expand Down

0 comments on commit 08b95da

Please sign in to comment.