aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/nodetypes/CMakeLists.txt
blob: 24a4c43b03901f921b806fbd262fba9508b14ec4 (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
# Generated from nodetypes.pro.

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

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

# Resources:
add_qt_resource(nodetypes "nodetypes"
    PREFIX
        "/"
    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
)


#### 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"