Skip to content

Commit 2d2b31a

Browse files
committed
Correcting call update translations on qt6
1 parent 0ad9027 commit 2d2b31a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

omodsim/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ else()
276276
COMMENT "Updating translation files..."
277277
)
278278
add_custom_target(update_translations ALL DEPENDS ${TS_FILES})
279-
add_dependencies(omodsim update_translations)
279+
280280
endif()
281281

282282
if(WIN32)
@@ -310,3 +310,4 @@ add_custom_command(
310310

311311
add_custom_target(helpgenerator ALL DEPENDS ${JSHELP_QCH} ${JSHELP_QHC})
312312
add_dependencies(omodsim helpgenerator)
313+
add_dependencies(omodsim update_translations)

0 commit comments

Comments
 (0)