Embed qt.conf in RPCS3 binary
This commit is contained in:
@@ -180,7 +180,10 @@ if(HAS_MEMORY_BREAKPOINTS)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(WIN32)
|
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)
|
target_compile_definitions(rpcs3_ui PRIVATE UNICODE _UNICODE)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user