summaryrefslogtreecommitdiffstats
path: root/examples/linguist/doc/snippets/doc_src_examples_arrowpad.qdoc
blob: 1d618ef9b200690dc4b318b397dce43490000d5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

//! [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]

//! [5]
cmake --build . --target release_translations
//! [5]