summaryrefslogtreecommitdiff
path: root/src/share/qtcreator/externaltools/lupdate.xml
blob: 2e885ef3ed4357f910f799b668f9976bcd69ff76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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>lupdate</path>
        <arguments>%{CurrentDocument:Project:FilePath}</arguments>
        <workingdirectory>%{CurrentDocument:Project:Path}</workingdirectory>
        <baseEnvironmentId>CurrentDocument:Project:BuildConfig:Env</baseEnvironmentId>
    </executable>
</externaltool>