summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qtemporaryfile/CMakeLists.txt
blob: b1c324ca1747bbab676083cf9f9fdd2e3c65c28b (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
34
35
36
37
38
39
# Generated from qtemporaryfile.pro.

#####################################################################
## tst_qtemporaryfile Test:
#####################################################################

# Collect test data
list(APPEND test_data "tst_qtemporaryfile.cpp")

add_qt_test(tst_qtemporaryfile
    GUI
    SOURCES
        tst_qtemporaryfile.cpp
    LIBRARIES
        Qt::TestPrivate
    TESTDATA ${test_data}
)

# Resources:
add_qt_resource(tst_qtemporaryfile "qtemporaryfile"
    PREFIX
        "/"
    FILES
        "resources/test.txt"
)


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

# Resources:
add_qt_resource(tst_qtemporaryfile "android_testdata"
    PREFIX
        "/android_testdata"
    FILES
        "resources/test.txt"
        "tst_qtemporaryfile.cpp"
)