Исправлена зависимость
This commit is contained in:
parent
2f8024b670
commit
10bb16a535
@ -40,7 +40,7 @@ function(qt_translation)
|
||||
add_custom_command(OUTPUT ${CMAKE_BINARY_DIR}/${_qm}
|
||||
COMMAND ${Qt5_LRELEASE_EXECUTABLE}
|
||||
ARGS ${_ts_dir}/${_ts} -qm ${CMAKE_BINARY_DIR}/${_qm}
|
||||
DEPENDS ${_ts})
|
||||
DEPENDS ${_ts} ${_sources_list})
|
||||
endforeach()
|
||||
|
||||
configure_file(${CMLIB_MODULE_DIR}/qrc/l10n.qrc.in
|
||||
|
Loading…
Reference in New Issue
Block a user