summaryrefslogtreecommitdiff
path: root/examples/linguist/doc/snippets/doc_src_examples_arrowpad.qdoc
blob: 6effaf7a873b70bd0f9cfb88713928feb92d7fb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

//! [0]
lupdate arrowpad.pro
//! [0]

//! [1]
lrelease arrowpad.pro
//! [1]


//! [2]
export LANG=fr
setenv LANG fr
//! [2]


//! [4]
cmake --build . --target update_translations
//! [4]