From 3401bc497d6dbef2221015e1e5361d6495054445 Mon Sep 17 00:00:00 2001 From: Dan Paulat Date: Sat, 3 Aug 2024 00:42:04 -0500 Subject: [PATCH] Properly set release_translations target properties --- scwx-qt/scwx-qt.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scwx-qt/scwx-qt.cmake b/scwx-qt/scwx-qt.cmake index 34cbcf7b..b6e2c44e 100644 --- a/scwx-qt/scwx-qt.cmake +++ b/scwx-qt/scwx-qt.cmake @@ -520,7 +520,7 @@ qt_add_translations(scwx-qt TS_FILES ${TS_FILES} INCLUDE_DIRECTORIES true LUPDATE_OPTIONS -locations none -no-ui-lines) -if (TARGET update_translations) +if (TARGET release_translations) set_target_properties(release_translations PROPERTIES FOLDER qt) endif() if (TARGET scwx-qt_lrelease)