summaryrefslogtreecommitdiffstats
path: root/tests/auto/webp/CMakeLists.txt
blob: 9d94e6b38c4edd9e4f111477c596ec2bc124aa24 (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
# Generated from webp.pro.

#####################################################################
## tst_qwebp Test:
#####################################################################

qt_add_test(tst_qwebp
    SOURCES
        tst_qwebp.cpp
    PUBLIC_LIBRARIES
        Qt::Gui
)

# Resources:
set(webp_resource_files
    "images/kollada.png"
    "images/kollada.webp"
    "images/kollada_animation.webp"
    "images/kollada_lossless.webp"
    "images/kollada_noalpha.webp"
)

qt_add_resource(tst_qwebp "webp"
    PREFIX
        "/"
    FILES
        ${webp_resource_files}
)