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

#####################################################################
## tst_qtga Test:
#####################################################################

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

# Resources:
set_source_files_properties("../../shared/images/tga/test-flag.tga"
    PROPERTIES QT_RESOURCE_ALIAS "tga/test-flag.tga"
)
set(tga_resource_files
    "tga/test-flag.tga"
)

add_qt_resource(tst_qtga "tga"
    PREFIX
        "/"
    BASE
        "../../shared/images"
    FILES
        ${tga_resource_files}
)