aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/nodetypes/CMakeLists.txt
blob: cdb64701b8d633d68785b5705896a91f6eb13919 (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
36
37
38
39
40
41
42
43
44
45
46
47
# Generated from nodetypes.pro.

#####################################################################
## nodetypes Binary:
#####################################################################

qt_add_manual_test(nodetypes
    GUI
    SOURCES
        nodetypes.cpp
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::Qml
        Qt::Quick
)

# Resources:
set(nodetypes_resource_files
    "Animators.qml"
    "Effects.qml"
    "Images.qml"
    "Layers.qml"
    "LotsOfImages.qml"
    "LotsOfRects.qml"
    "Painter.qml"
    "Rects.qml"
    "Text.qml"
    "face-smile.png"
    "main.qml"
    "ps_shadow1.cso"
    "ps_shadow2.cso"
    "ps_wobble.cso"
    "qt.png"
    "shadow.png"
    "vs_wobble.cso"
)

qt_add_resource(nodetypes "nodetypes"
    PREFIX
        "/"
    FILES
        ${nodetypes_resource_files}
)


#### Keys ignored in scope 1:.:.:nodetypes.pro:<TRUE>:
# OTHER_FILES = "main.qml" "Rects.qml" "LotsOfRects.qml" "Images.qml" "LotsOfImages.qml" "Text.qml" "Animators.qml" "Layers.qml" "Effects.qml" "Painter.qml" "wobble.hlsl" "shadow1.hlsl" "shadow2.hlsl"