summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/time/qdate/CMakeLists.txt
blob: 753c93741d15b06a9e3c713a94b210e1684558a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

# Generated from qdate.pro.

#####################################################################
## tst_qdate Test:
#####################################################################

qt_internal_add_test(tst_qdate
    SOURCES
        tst_qdate.cpp
    DEFINES
        QT_NO_FOREACH
        QT_NO_KEYWORDS
    LIBRARIES
        Qt::CorePrivate
)