Skip to content

Commit

Permalink
CMake: Unbreak finding base translations
Browse files Browse the repository at this point in the history
  • Loading branch information
TellowKrinkle authored and stenzek committed May 2, 2024
1 parent 04957b6 commit 999f0cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/CopyBaseTranslations.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
function(copy_base_translations target)
get_target_property(LCONVERT_EXE Qt6::lconvert IMPORTED_LOCATION)
get_filename_component(QT_BINARY_DIRECTORY "${LCONVERT_EXE}" DIRECTORY)
set(BASE_TRANSLATIONS_DIR "${QT_BINARY_DIRECTORY}/../translations")

if(NOT APPLE)
Expand Down

0 comments on commit 999f0cc

Please sign in to comment.