Skip to content

Commit 66af6f0

Browse files
committed
fix(build): Correct path for companion_translations target
1 parent 242b251 commit 66af6f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

companion/src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ configure_file(${COMPANION_SRC_DIRECTORY}/translations.qrc.in ${TRANSLATIONS_QRC
133133
if(QT_LUPDATE_EXECUTABLE)
134134
add_custom_target(companion_translations
135135
WORKING_DIRECTORY ${COMPANION_SRC_DIRECTORY}
136-
COMMAND ${QT_LUPDATE_EXECUTABLE} ${CMAKE_SOURCE_DIR} -no-obsolete -ts ${companion_TS}
136+
COMMAND ${QT_LUPDATE_EXECUTABLE} ${COMPANION_SRC_DIRECTORY} -no-obsolete -ts ${companion_TS}
137137
)
138138
else()
139139
message(STATUS "Qt lupdate not found, 'translations' target will not be availabe.")

0 commit comments

Comments
 (0)