mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-04-28 05:55:11 -06:00
qt: Fixed outdated use of qt_add_lupdate
This commit is contained in:
parent
4fa793b945
commit
eb498e5ecd
@ -225,10 +225,13 @@ if (ENABLE_QT_TRANSLATION)
|
||||
if (GENERATE_QT_TRANSLATION)
|
||||
get_target_property(QT_SRCS citra_qt SOURCES)
|
||||
get_target_property(QT_INCLUDES citra_qt INCLUDE_DIRECTORIES)
|
||||
qt_add_lupdate(citra_qt TS_FILES ${CITRA_QT_LANGUAGES}/en.ts
|
||||
qt_add_lupdate(
|
||||
LUPDATE_TARGET citra_qt_lupdate
|
||||
SOURCES ${QT_SRCS} ${UIS}
|
||||
TS_FILES ${CITRA_QT_LANGUAGES}/en.ts
|
||||
INCLUDE_DIRECTORIES ${QT_INCLUDES}
|
||||
NO_GLOBAL_TARGET)
|
||||
NO_GLOBAL_TARGET
|
||||
)
|
||||
add_custom_target(translation ALL DEPENDS citra_qt_lupdate)
|
||||
endif()
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user