<?xml version="1.0" encoding="UTF-8"?>
<!--
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

-->
<externaltool id="lupdate">
    <description>Synchronizes translator's ts files with the program code</description>
    <displayname>Update Translations (lupdate)</displayname>
    <category>Linguist</category>
    <order>1</order>
    <executable>
        <path>%{CurrentDocument:Project:QT_INSTALL_BINS}/lupdate</path>
        <path>%{ActiveProject:QT_INSTALL_BINS}/lupdate</path>
        <path>lupdate</path>
        <arguments>%{CurrentDocument:Project:FilePath}</arguments>
        <workingdirectory>%{CurrentDocument:Project:Path}</workingdirectory>
        <baseEnvironmentId>CurrentDocument:Project:BuildConfig:Env</baseEnvironmentId>
    </executable>
</externaltool>
