summaryrefslogtreecommitdiff
path: root/tests/auto/qicon_svg/CMakeLists.txt
blob: d31418103f19279f5f6efdfd1eec88c7c87cd269 (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 qicon_svg.pro.

#####################################################################
## tst_qicon_svg Test:
#####################################################################

add_qt_test(tst_qicon_svg
    SOURCES
        tst_qicon_svg.cpp
    LIBRARIES
        Qt::GuiPrivate
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::Svg
)

# Resources:
add_qt_resource(tst_qicon_svg "tst_qicon_svg" PREFIX "/" FILES
    ./icons/heart.svg
    ./icons/heart.svgz
    ./icons/image.png
    ./icons/rect.svg
    ./icons/rect_size_100percent.svg
    ./icons/trash.svg)


#### Keys ignored in scope 1:.:.:qicon_svg.pro:<TRUE>:
# CONFIG = "testcase"
# TESTDATA = "icons/*"