We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 242b251 commit 66af6f0Copy full SHA for 66af6f0
companion/src/CMakeLists.txt
@@ -133,7 +133,7 @@ configure_file(${COMPANION_SRC_DIRECTORY}/translations.qrc.in ${TRANSLATIONS_QRC
133
if(QT_LUPDATE_EXECUTABLE)
134
add_custom_target(companion_translations
135
WORKING_DIRECTORY ${COMPANION_SRC_DIRECTORY}
136
- COMMAND ${QT_LUPDATE_EXECUTABLE} ${CMAKE_SOURCE_DIR} -no-obsolete -ts ${companion_TS}
+ COMMAND ${QT_LUPDATE_EXECUTABLE} ${COMPANION_SRC_DIRECTORY} -no-obsolete -ts ${companion_TS}
137
)
138
else()
139
message(STATUS "Qt lupdate not found, 'translations' target will not be availabe.")
0 commit comments