mirror of https://github.com/mgba-emu/mgba.git
Qt: Actually fix the build order this time, except with MSVC, but I'll take it
This commit is contained in:
parent
14f217963c
commit
39bb404332
|
@ -271,7 +271,7 @@ if(BUILD_UPDATER)
|
|||
else()
|
||||
# Required for qt_add_resources to manage dependencies properly
|
||||
# TODO: Figure out how to do this with MSVC too
|
||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/updater.qrc.in ${CMAKE_CURRENT_BINARY_DIR}/updater.qrc)
|
||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/updater-config.qrc.in ${CMAKE_CURRENT_BINARY_DIR}/updater.qrc)
|
||||
endif()
|
||||
if(TARGET Qt6::Core)
|
||||
qt_add_resources(UPDATER_RESOURCES ${CMAKE_CURRENT_BINARY_DIR}/updater.qrc)
|
||||
|
|
Loading…
Reference in New Issue