Qt: Attempt to fix build order

This commit is contained in:
Vicki Pfau 2022-05-30 22:02:47 -07:00
parent 61bc17953b
commit 4f9cfd5a7e
1 changed files with 3 additions and 0 deletions

View File

@ -272,6 +272,9 @@ if(BUILD_UPDATER)
qt5_add_resources(UPDATER_RESOURCES ${CMAKE_CURRENT_BINARY_DIR}/updater.qrc)
endif()
set_source_files_properties(${CMAKE_CURRENT_BINARY_DIR}/updater.qrc PROPERTIES GENERATED ON)
if(BUILD_UPDATER)
set_source_files_properties(${CMAKE_CURRENT_BINARY_DIR}/updater.qrc PROPERTIES OBJECT_DEPENDS updater-stub)
endif()
list(APPEND RESOURCES ${UPDATER_RESOURCES})
endif()
if(APPLE)