summaryrefslogtreecommitdiff
path: root/tests/auto/linguist/lupdate/CMakeLists.txt
blob: 3501bb43cef750b04d31cec328a43e86ddef66fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

if(CMAKE_VERSION VERSION_LESS "3.19" AND MSVC AND QT_FEATURE_debug_and_release)
    message(WARNING "tst_lupdate will not be built in this configuration.")
    return()
endif()

#####################################################################
## tst_lupdate Test:
#####################################################################

qt_internal_add_test(tst_lupdate
    SOURCES
        tst_lupdate.cpp
    LIBRARIES
        Qt::Tools
        Qt::CorePrivate
)

# The recursive tests take a bit longer for the clang-based parser.
# Increase the test timeout.
set_property(TEST tst_lupdate APPEND PROPERTY ENVIRONMENT "QTEST_FUNCTION_TIMEOUT=900000")