mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-07-11 01:34:17 +02:00
CMake: Unbreak finding base translations
This commit is contained in:
committed by
Connor McLaughlin
parent
04957b6bda
commit
999f0cc84f
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user