mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-30 01:58:41 -04:00
Better output of translation file paths in cmake message.
This commit is contained in:
parent
d559db4fb1
commit
66a01e4fef
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ file(GLOB TRANSLATION_FILES *.ts)
|
|||
get_filename_component(TRANSLATION_EN_ABS keepassx_en.ts ABSOLUTE)
|
||||
list(REMOVE_ITEM TRANSLATION_FILES keepassx_en.ts)
|
||||
list(REMOVE_ITEM TRANSLATION_FILES ${TRANSLATION_EN_ABS})
|
||||
message(STATUS ${TRANSLATION_FILES})
|
||||
message(STATUS "${TRANSLATION_FILES}")
|
||||
|
||||
qt5_add_translation(QM_FILES ${TRANSLATION_FILES})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue