aboutsummaryrefslogtreecommitdiffstats
path: root/src/share/qtcreator/externaltools/lupdate.xml
blob: f0edc35a8336c6c312c1b5663e942fab75040203 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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>