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

#####################################################################
## tst_qfileinfo Test:
#####################################################################

add_qt_test(tst_qfileinfo
    GUI
    SOURCES
        tst_qfileinfo.cpp
    LIBRARIES
        Qt::CorePrivate
)

# Resources:
add_qt_resource(tst_qfileinfo "qfileinfo"
    PREFIX
        "/tst_qfileinfo/"
    FILES
        "resources/"
)
add_qt_resource(tst_qfileinfo "testdata"
    PREFIX
        "/testdata"
    FILES
        "resources/file1"
        "resources/file1.ext1"
        "resources/file1.ext1.ext2"
        "tst_qfileinfo.cpp"
)


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

extend_target(tst_qfileinfo CONDITION WIN32 AND NOT WINRT
    PUBLIC_LIBRARIES
        advapi32
        netapi32
)