mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Don't refer to the QM file.
This commit is contained in:
parent
df4fd9df5f
commit
840847cf54
1 changed files with 2 additions and 2 deletions
|
@ -82,8 +82,8 @@ qt5_add_resources(QT_RESOURCES "${QT_RESOURCE_FILES}")
|
|||
set(INTERFACE_SRCS ${INTERFACE_SRCS} "${QT_UI_HEADERS}" "${QT_RESOURCES}")
|
||||
|
||||
# translation disabled until we strip out the line numbers
|
||||
set(QM ${TARGET_NAME}_en.qm)
|
||||
set(TS ${TARGET_NAME}_en.ts)
|
||||
# set(QM ${TARGET_NAME}_en.qm)
|
||||
# set(TS ${TARGET_NAME}_en.ts)
|
||||
# qt5_create_translation_custom(${QM} ${INTERFACE_SRCS} ${QT_UI_FILES} ${TS})
|
||||
|
||||
if (APPLE)
|
||||
|
|
Loading…
Reference in a new issue