summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/linguist/test_i18n_exclusion/tests/test1/CMakeLists.txt
blob: 0be774e82163983dfe8d20e7d69505210e6161a1 (plain)
1
2
3
4
5
# Copyright (C) 2023 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

qt_add_executable(test1 test1.cpp)
target_link_libraries(test1 PRIVATE Qt6::Gui)