mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-23 10:25:45 -05:00
Fix rcc call for translation resources.
This commit is contained in:
parent
d3d9ea130c
commit
22c2d96650
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ macro(add_calamares_translations language)
|
|||
# Run the resource compiler (rcc_options should already be set)
|
||||
add_custom_command(
|
||||
OUTPUT ${trans_outfile}
|
||||
COMMAND ${QT_RCC_EXECUTABLE}
|
||||
COMMAND "${Qt5Core_RCC_EXECUTABLE}"
|
||||
ARGS ${rcc_options} -name ${trans_file} -o ${trans_outfile} ${trans_infile}
|
||||
MAIN_DEPENDENCY ${trans_infile}
|
||||
DEPENDS ${QM_FILES}
|
||||
|
|
Loading…
Add table
Reference in a new issue