1
0
Fork 0
mirror of https://github.com/dolphin-emu/dolphin.git synced 2025-03-06 21:00:21 +01:00

CMake: disable Qt deprecation warnings we can't fix

This commit is contained in:
Tillmann Karras 2025-02-23 14:08:52 +00:00
parent 6d9c887a21
commit a8363854ee

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