summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/linguist/test_i18n_subdir/subdir/CMakeLists.txt
blob: c799968d8b5474a2752e411ff485e5fbe30cde29 (plain)
1
2
3
4
5
6
7
8
9
10
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

qt_add_executable(app1
    main.cpp)
target_link_libraries(app1 PRIVATE Qt::Gui)
qt_add_translations(app1
    TS_FILES app1_de.ts
    NO_GENERATE_PLURALS_TS_FILE
)