// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
//! [0]
lupdate -verbose hellotr.pro
//! [0]
//! [1]
QPushButton
Hello world!
//! [1]
//! [2]
linguist hellotr_la.ts
//! [2]
//! [3]
//! [3]
//! [4]
Orbis, te saluto!
//! [4]
//! [5]
cmake --build . --target update_translations
//! [5]