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

#####################################################################
## qlocale Binary:
#####################################################################

qt_internal_add_manual_test(qlocale
    GUI
    SOURCES
        calendar.cpp calendar.h
        currency.cpp currency.h
        dateformats.cpp dateformats.h
        info.cpp info.h
        languages.cpp languages.h
        main.cpp
        miscellaneous.cpp miscellaneous.h
        numberformats.cpp numberformats.h
        window.cpp window.h
    NO_PCH_SOURCES
        languages.cpp # undef QT_NO_FOREACH
    LIBRARIES
        Qt::Gui
        Qt::Widgets
)