There was an error while loading. Please reload this page.
1 parent db89f55 commit e3a938fCopy full SHA for e3a938f
1 file changed
rpcs3/rpcs3qt/CMakeLists.txt
@@ -180,7 +180,10 @@ if(HAS_MEMORY_BREAKPOINTS)
180
endif()
181
182
if(WIN32)
183
- target_sources(rpcs3_ui PUBLIC "../windows.qrc")
+ target_sources(rpcs3_ui PRIVATE "../windows.qrc")
184
+ set_source_files_properties("../windows.qrc" PROPERTIES
185
+ RCC_OPTIONS "--include;${CMAKE_CURRENT_SOURCE_DIR}/../qt/etc/qt.conf"
186
+ )
187
target_compile_definitions(rpcs3_ui PRIVATE UNICODE _UNICODE)
188
189
0 commit comments