summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/qzip/CMakeLists.txt
blob: 7240a611d2a39e1193e274ac78dc8e74ac076370 (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
# Generated from qzip.pro.

#####################################################################
## tst_qzip Test:
#####################################################################

# Collect test data
list(APPEND test_data "testdata")

qt_internal_add_test(tst_qzip
    SOURCES
        tst_qzip.cpp
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::GuiPrivate
    TESTDATA ${test_data}
)

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

if(ANDROID)
    # Resources:
    set(testdata_resource_files
        "testdata/symlink.zip"
        "testdata/test.zip"
    )

    qt_internal_add_resource(tst_qzip "testdata"
        PREFIX
            "/"
        FILES
            ${testdata_resource_files}
    )
endif()