mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-10 03:27:42 +01:00
CMake: disable Qt deprecation warnings we can't fix
This commit is contained in:
parent
6d9c887a21
commit
a8363854ee
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user