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

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