summaryrefslogtreecommitdiffstats
path: root/tests/auto/heif/CMakeLists.txt
blob: c40e1f756498f96abaf57ba578d2cd339ca9c51c (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 heif.pro.

#####################################################################
## tst_qheif Test:
#####################################################################

add_qt_test(tst_qheif
    SOURCES
        tst_qheif.cpp
    PUBLIC_LIBRARIES
        Qt::Gui
)

# Resources:
set_source_files_properties("../../shared/images/heif/col320x480.heic"
    PROPERTIES QT_RESOURCE_ALIAS "heif/col320x480.heic"
)
set_source_files_properties("../../shared/images/heif/newlogoCCW.heic"
    PROPERTIES QT_RESOURCE_ALIAS "heif/newlogoCCW.heic"
)
set(heif_resource_files
    "heif/col320x480.heic"
    "heif/newlogoCCW.heic"
)

add_qt_resource(tst_qheif "heif"
    PREFIX
        "/"
    BASE
        "../../shared/images"
    FILES
        ${heif_resource_files}
)