summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/time/qtimezone/CMakeLists.txt
blob: b97b2f9fd197ccd6b7983c1428c32e1d714c96c1 (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
26
27
28
29
30
# Generated from qtimezone.pro.

#####################################################################
## tst_qtimezone Test:
#####################################################################

qt_add_test(tst_qtimezone
    SOURCES
        tst_qtimezone.cpp
    DEFINES
        QT_NO_FOREACH
        QT_NO_KEYWORDS
    PUBLIC_LIBRARIES
        Qt::CorePrivate
)

## Scopes:
#####################################################################

qt_extend_target(tst_qtimezone CONDITION QT_FEATURE_icu
    LIBRARIES
        ICU::i18n ICU::uc ICU::data
)

qt_extend_target(tst_qtimezone CONDITION APPLE
    SOURCES
        tst_qtimezone_darwin.mm
    PUBLIC_LIBRARIES
        ${FWFoundation}
)