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

#####################################################################
## text Binary:
#####################################################################

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

# Resources:
add_qt_resource(text "qml"
    PREFIX
        "/"
    FILES
        SignalIndicator.qml
        main.qml
        textInputPropertiesAndSignals.qml
)
set_source_files_properties("../../../examples/quick/shared/Button.qml"
    PROPERTIES alias "Button.qml"
)
set_source_files_properties("../../../examples/quick/shared/CheckBox.qml"
    PROPERTIES alias "CheckBox.qml"
)
set_source_files_properties("../../../examples/quick/shared/Label.qml"
    PROPERTIES alias "Label.qml"
)
set_source_files_properties("../../../examples/quick/shared/LauncherList.qml"
    PROPERTIES alias "LauncherList.qml"
)
set_source_files_properties("../../../examples/quick/shared/SimpleLauncherDelegate.qml"
    PROPERTIES alias "SimpleLauncherDelegate.qml"
)
set_source_files_properties("../../../examples/quick/shared/Slider.qml"
    PROPERTIES alias "Slider.qml"
)
set_source_files_properties("../../../examples/quick/shared/TextField.qml"
    PROPERTIES alias "TextField.qml"
)
set_source_files_properties("../../../examples/quick/shared/images/back.png"
    PROPERTIES alias "images/back.png"
)
set_source_files_properties("../../../examples/quick/shared/images/checkmark.png"
    PROPERTIES alias "images/checkmark.png"
)
set_source_files_properties("../../../examples/quick/shared/images/next.png"
    PROPERTIES alias "images/next.png"
)
set_source_files_properties("../../../examples/quick/shared/images/slider_handle.png"
    PROPERTIES alias "images/slider_handle.png"
)
add_qt_resource(text "quick_shared"
    PREFIX
        "/quick/shared"
    BASE
        "../../../examples/quick/shared"
    FILES
        Button.qml
        CheckBox.qml
        Label.qml
        LauncherList.qml
        SimpleLauncherDelegate.qml
        Slider.qml
        TextField.qml
        images/back.png
        images/checkmark.png
        images/next.png
        images/slider_handle.png
)


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