summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/qzip/CMakeLists.txt
blob: dfeb968cc1a5c6bb0d5d28dc8e9d524f74809da4 (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")

add_qt_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"
    )

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