Skip to content

Commit

Permalink
Fix build with MSVC 17.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Nov 17, 2023
1 parent c373a0a commit 5abaeaf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions external/qt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ INTERFACE
if (WIN32)
set(qt_lib_prefix "")
set(qt_lib_suffix $<$<CONFIG:Debug>:d>.lib)

target_compile_definitions(external_qt
INTERFACE
_SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING
)
else()
set(qt_lib_prefix lib)
if (APPLE)
Expand Down

0 comments on commit 5abaeaf

Please sign in to comment.