Properly set release_translations target properties

This commit is contained in:
Dan Paulat 2024-08-03 00:42:04 -05:00
parent 0f9dba7020
commit 3401bc497d

View file

@ -520,7 +520,7 @@ qt_add_translations(scwx-qt TS_FILES ${TS_FILES}
INCLUDE_DIRECTORIES true INCLUDE_DIRECTORIES true
LUPDATE_OPTIONS -locations none -no-ui-lines) LUPDATE_OPTIONS -locations none -no-ui-lines)
if (TARGET update_translations) if (TARGET release_translations)
set_target_properties(release_translations PROPERTIES FOLDER qt) set_target_properties(release_translations PROPERTIES FOLDER qt)
endif() endif()
if (TARGET scwx-qt_lrelease) if (TARGET scwx-qt_lrelease)