aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/pointer/CMakeLists.txt
blob: d20310aaa843fb7142f76b4d444e3660e5bf575f (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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# Generated from pointer.pro.

#####################################################################
## pointer Binary:
#####################################################################

qt_internal_add_manual_test(pointer
    GUI
    SOURCES
        inputinspector.cpp inputinspector.h
        main.cpp
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::Qml
        Qt::Quick
        Qt::QuickPrivate
        Qt::Svg
)

# Resources:
set(qml_resource_files
    "content/CheckBox.qml"
    "content/FakeFlickable.qml"
    "content/FlashAnimation.qml"
    "content/MomentumAnimation.qml"
    "content/MouseAreaButton.qml"
    "content/MouseAreaSlider.qml"
    "content/MouseFeedbackSprite.qml"
    "content/MptaButton.qml"
    "content/MultiButton.qml"
    "content/ScrollBar.qml"
    "content/Slider.qml"
    "content/TapHandlerButton.qml"
    "content/TextBox.qml"
    "content/TouchpointFeedbackSprite.qml"
    "fakeFlickable.qml"
    "flickablesWithHandlers.qml"
    "flingAnimation.qml"
    "joystick.qml"
    "main.qml"
    "map.qml"
    "map2.qml"
    "mixer.qml"
    "multibuttons.qml"
    "photosurface.qml"
    "pinchHandler.qml"
    "pointerDrag.qml"
    "resources/arrowhead.png"
    "resources/balloon.png"
    "resources/cursor-airbrush.png"
    "resources/cursor-eraser.png"
    "resources/cursor-felt-marker.png"
    "resources/cursor-pencil.png"
    "resources/fighter.png"
    "resources/fingersprite.png"
    "resources/grabbing-location.svg"
    "resources/joystick-outer-case-pov.jpg"
    "resources/map.svgz"
    "resources/missile.png"
    "resources/mixer-knob.png"
    "resources/mouse.png"
    "resources/mouse_left.png"
    "resources/mouse_middle.png"
    "resources/mouse_right.png"
    "resources/redball.png"
    "sidebar.qml"
    "singlePointHandlerProperties.qml"
    "tabletCanvasDrawing.qml"
    "tapHandler.qml"
)

qt_internal_add_resource(pointer "qml"
    PREFIX
        "/"
    FILES
        ${qml_resource_files}
)
set(quick_shared_resource_files
    "../../../examples/quick/shared/Button.qml"
    "../../../examples/quick/shared/CheckBox.qml"
    "../../../examples/quick/shared/Label.qml"
    "../../../examples/quick/shared/LauncherList.qml"
    "../../../examples/quick/shared/SimpleLauncherDelegate.qml"
    "../../../examples/quick/shared/Slider.qml"
    "../../../examples/quick/shared/TextField.qml"
    "../../../examples/quick/shared/images/back.png"
    "../../../examples/quick/shared/images/checkmark.png"
    "../../../examples/quick/shared/images/next.png"
    "../../../examples/quick/shared/images/slider_handle.png"
)

qt_internal_add_resource(pointer "quick_shared"
    PREFIX
        "/quick/shared"
    BASE
        "../../../examples/quick/shared"
    FILES
        ${quick_shared_resource_files}
)

qt_import_qml_plugins(pointer) # special case

#### Keys ignored in scope 1:.:.:pointer.pro:<TRUE>:
# TEMPLATE = "app"