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

#####################################################################
## tst_qregexp Test:
#####################################################################

qt_add_test(tst_qregexp
    SOURCES
        tst_qregexp.cpp
)

# Resources:
set(qregexp_resource_files
    "data/qdatastream_4.9.bin"
    "data/qdatastream_5.0.bin"
)

qt_add_resource(tst_qregexp "qregexp"
    PREFIX
        "/"
    FILES
        ${qregexp_resource_files}
)