aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/nodetypes_ng/CMakeLists.txt
blob: 8666cd15bcc5bf207198015facbb9c0a22cd6f48 (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
48
49
50
51
52
53
54
55
56
57
58
59
60
# Generated from nodetypes_ng.pro.

#####################################################################
## nodetypes_ng Binary:
#####################################################################

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

# Resources:
add_qt_resource(nodetypes_ng "nodetypes_ng"
    PREFIX
        "/"
    FILES
        AtlasedImages.qml
        CompressedImages.qml
        DistanceFieldText.qml
        Images.qml
        Layers.qml
        LotsOfNodes.qml
        LotsOfRects.qml
        MoreWindows.qml
        MultiClipRects.qml
        Painter.qml
        Rects.qml
        ShaderEffect.qml
        ShaderEffectNoAnim.qml
        ShaderEffectSource.qml
        SimpleRect.qml
        Text.qml
        arrow-down.png
        arrow-up.png
        blacknwhite.png
        car_etc2_nomips.ktx
        face-smile.png
        main.qml
        minus-sign.png
        plus-sign.png
        qt.png
        qt_bc1_10mips.ktx
        shadow_pass1.frag.qsb
        shadow_pass1_legacy_gl.frag
        shadow_pass2.frag.qsb
        shadow_pass2_legacy_gl.frag
        wobble.frag.qsb
        wobble.vert.qsb
        wobble_legacy_gl.frag
        wobble_legacy_gl.vert
)


#### Keys ignored in scope 1:.:.:nodetypes_ng.pro:<TRUE>:
# OTHER_FILES = "main.qml" "SimpleRect.qml" "Rects.qml" "LotsOfRects.qml"