Merge pull request #13369 from Tilka/qt_warnings

CMake: disable Qt deprecation warnings we can't fix
This commit is contained in:
Tilka 2025-02-25 18:32:28 +00:00 committed by GitHub
commit 030892abd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -412,6 +412,9 @@ PRIVATE
-DQT_USE_QSTRINGBUILDER
-DQT_NO_CAST_FROM_ASCII
-DQT_NO_CAST_TO_ASCII
# This Qt version should match Externals/Qt.
# It disables deprecation warnings we can't fix yet.
-DQT_WARN_DEPRECATED_UP_TO=0x060501
)
target_include_directories(dolphin-emu