Skip to content

Commit 3838199

Browse files
committed
fix race
1 parent 65fef73 commit 3838199

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,10 @@ add_custom_target(
415415
VERBATIM
416416
)
417417

418+
if(TARGET gui-qrc)
419+
add_dependencies(libstored-reuse gui-qrc)
420+
endif()
421+
418422
if(LIBSTORED_DEV)
419423
add_custom_target(libstored-reuse-all ALL DEPENDS libstored-reuse)
420424
endif()

0 commit comments

Comments
 (0)