Qt: Add very-early VC++ runtime version check
Yay for ABI breaks.
This commit is contained in:
@@ -179,7 +179,10 @@ target_compile_definitions(duckstation-qt PRIVATE QT_NO_EXCEPTIONS)
|
||||
add_core_resources(duckstation-qt)
|
||||
|
||||
if(WIN32)
|
||||
target_sources(duckstation-qt PRIVATE duckstation-qt.rc)
|
||||
target_sources(duckstation-qt PRIVATE
|
||||
duckstation-qt.rc
|
||||
vcruntimecheck.cpp
|
||||
)
|
||||
|
||||
# We want a Windows subsystem application not console.
|
||||
set_target_properties(duckstation-qt PROPERTIES
|
||||
|
||||
Reference in New Issue
Block a user