We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 005f317 commit 78c4cdbCopy full SHA for 78c4cdb
1 file changed
.github/workflows/ci_windows_arm64_native.yaml
@@ -202,9 +202,6 @@ jobs:
202
Set-Content -Path $cmakePreloadFile -Value $cmakePreload
203
$cmakePreloadPath = (Get-Item $cmakePreloadFile).FullName.Replace('\\', '/')
204
205
- # Ensure the deprecation cutoff applies to every target, including qbt_app.
206
- $env:CXXFLAGS = (($env:CXXFLAGS + " /DQT_DISABLE_DEPRECATED_UP_TO=0x060A00").Trim())
207
-
208
cmake `
209
-B build `
210
-G Ninja `
0 commit comments