mirror of https://github.com/PCSX2/pcsx2.git
CMake: Unbreak finding base translations
This commit is contained in:
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)
|
||||
|
|
Loading…
Reference in New Issue