summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qchar/CMakeLists.txt
blob: ae4bc1f23d4479fecca43488661f97df86da9966 (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
31
32
33
# Generated from qchar.pro.

#####################################################################
## tst_qchar Test:
#####################################################################

# Collect test data
list(APPEND test_data "data/NormalizationTest.txt")

qt_add_test(tst_qchar
    SOURCES
        tst_qchar.cpp
    PUBLIC_LIBRARIES
        Qt::CorePrivate
    TESTDATA ${test_data}
)

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

if(ANDROID AND NOT ANDROID_EMBEDDED)
    # Resources:
    set(testdata_resource_files
        "data/NormalizationTest.txt"
    )

    qt_add_resource(tst_qchar "testdata"
        PREFIX
            "/"
        FILES
            ${testdata_resource_files}
    )
endif()