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

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

add_qt_test(tst_qfileinfo
    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)


#### Keys ignored in scope 1:.:.:qfileinfo.pro:<TRUE>:
# CONFIG = "testcase"

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

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