summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qstringconverter/CMakeLists.txt
blob: a779e28f0feaaf2fddaf3c8474e631f842f30437 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Generated from qstringconverter.pro.

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

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

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