mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-02-20 07:22:24 -07:00
Embed qt.conf in RPCS3 binary
This commit is contained in:
parent
db89f55ca1
commit
e3a938fb76
@ -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()
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user