mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-12-16 04:08:48 +00:00
CMake: Unbreak finding base translations
This commit is contained in:
parent
04957b6bda
commit
999f0cc84f
@ -1,4 +1,6 @@
|
|||||||
function(copy_base_translations target)
|
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")
|
set(BASE_TRANSLATIONS_DIR "${QT_BINARY_DIRECTORY}/../translations")
|
||||||
|
|
||||||
if(NOT APPLE)
|
if(NOT APPLE)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user