mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 02:45:44 -05:00
Actually build translations qrc.
This commit is contained in:
parent
4c968be60a
commit
0849a5983c
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ qt5_wrap_ui( calamaresUi_H ${calamaresUi} )
|
||||||
include( ${CMAKE_SOURCE_DIR}/lang/translations.cmake )
|
include( ${CMAKE_SOURCE_DIR}/lang/translations.cmake )
|
||||||
add_calamares_translations( ${CALAMARES_TRANSLATION_LANGUAGES} )
|
add_calamares_translations( ${CALAMARES_TRANSLATION_LANGUAGES} )
|
||||||
|
|
||||||
set( final_src ${calamaresUi_H} ${calamaresSources} ${calamaresRc} )
|
set( final_src ${calamaresUi_H} ${calamaresSources} ${calamaresRc} ${trans_outfile} )
|
||||||
|
|
||||||
add_executable( calamares_bin ${final_src} )
|
add_executable( calamares_bin ${final_src} )
|
||||||
SET_TARGET_PROPERTIES(calamares_bin
|
SET_TARGET_PROPERTIES(calamares_bin
|
||||||
|
|
Loading…
Add table
Reference in a new issue