Skip to content

Commit 78c4cdb

Browse files
committed
ci: stop forcing qt removed-api cutoff globally
1 parent 005f317 commit 78c4cdb

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/ci_windows_arm64_native.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,6 @@ jobs:
202202
Set-Content -Path $cmakePreloadFile -Value $cmakePreload
203203
$cmakePreloadPath = (Get-Item $cmakePreloadFile).FullName.Replace('\\', '/')
204204
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-
208205
cmake `
209206
-B build `
210207
-G Ninja `

0 commit comments

Comments
 (0)