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

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

add_qt_test(tst_qtemporaryfile
    SOURCES
        tst_qtemporaryfile.cpp
    LIBRARIES
        Qt::TestPrivate
)

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


#### Keys ignored in scope 1:.:.:qtemporaryfile.pro:<TRUE>:
# CONFIG = "testcase"
# TESTDATA = "tst_qtemporaryfile.cpp"

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

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