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

#####################################################################
## tst_qstringconverter Test:
#####################################################################

list(APPEND test_data "utf8.txt")

qt_internal_add_test(tst_qstringconverter
    SOURCES
        tst_qstringconverter.cpp
    TESTDATA ${test_data}
)

if(INTEGRITY)
    # Resources:
    set(testdata_resource_files
        "utf8.txt"
    )

    qt_internal_add_resource(tst_qstringconverter "testdata"
        PREFIX
            "/"
        FILES
            ${testdata_resource_files}
    )
endif()