mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
CMake: disable Qt deprecation warnings we can't fix
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user