summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qstring/CMakeLists.txt
blob: 8451e0fcb4722c861bfc8025d75d296776475b45 (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
# Generated from qstring.pro.

#####################################################################
## tst_qstring Test:
#####################################################################

qt_add_test(tst_qstring
    SOURCES
        tst_qstring.cpp
    DEFINES
        QT_DISABLE_DEPRECATED_BEFORE=0
    PUBLIC_LIBRARIES
        Qt::CorePrivate
)

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

qt_extend_target(tst_qstring CONDITION NOT QT_FEATURE_doubleconversion AND NOT QT_FEATURE_system_doubleconversion
    DEFINES
        QT_NO_DOUBLECONVERSION
)

qt_extend_target(tst_qstring CONDITION APPLE
    SOURCES
        tst_qstring_mac.mm
    PUBLIC_LIBRARIES
        ${FWFoundation}
)