Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/qt-utils.cmake')
-rw-r--r--cmake/qt-utils.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmake/qt-utils.cmake b/cmake/qt-utils.cmake
index ba322ca5f..811c0146c 100644
--- a/cmake/qt-utils.cmake
+++ b/cmake/qt-utils.cmake
@@ -122,7 +122,8 @@ function(bundle_qt_translations TARGET)
# Generate the QRC file that contains the Qt translations and potentially our overwrites of them
execute_process(
COMMAND "${PYTHON_INTERPRETER}" "${CMAKE_SOURCE_DIR}/scripts/generate-mumble_qt-qrc.py"
- "${GENERATED_QRC_FILE}" "${QT_TRANSLATIONS_DIRECTORY}" "${QT_TRANSLATION_OVERWRITE_DIR}"
+ --output "${GENERATED_QRC_FILE}" --translation-dir "${QT_TRANSLATIONS_DIRECTORY}"
+ --local-translation-dir "${QT_TRANSLATION_OVERWRITE_DIR}"
RESULT_VARIABLE GENERATOR_EXIT_CODE
)