Embed qt.conf in RPCS3 binary

This commit is contained in:
qurious-pixel
2026-01-07 00:07:25 -08:00
committed by Megamouse
parent db89f55ca1
commit e3a938fb76

View File

@@ -180,7 +180,10 @@ if(HAS_MEMORY_BREAKPOINTS)
endif()
if(WIN32)
target_sources(rpcs3_ui PUBLIC "../windows.qrc")
target_sources(rpcs3_ui PRIVATE "../windows.qrc")
set_source_files_properties("../windows.qrc" PROPERTIES
RCC_OPTIONS "--include;${CMAKE_CURRENT_SOURCE_DIR}/../qt/etc/qt.conf"
)
target_compile_definitions(rpcs3_ui PRIVATE UNICODE _UNICODE)
endif()