aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols/designer/CMakeLists.txt
blob: 5576d42bd380943092afc434f53fe626d6568b4c (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
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

file(GLOB_RECURSE __aux_qml_glob_files
    RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}"
    "images/*.png"
)
qt_path_join(images_destination ${QT_INSTALL_DIR} "${INSTALL_QMLDIR}/QtQuick/Controls/designer/images")
qt_copy_or_install(
    FILES
        ${__aux_qml_glob_files}
    DESTINATION "${images_destination}"
)
qt_path_join(destination ${QT_INSTALL_DIR} "${INSTALL_QMLDIR}/QtQuick/Controls/designer")
qt_copy_or_install(
    FILES
        AbstractButtonSection.qml
        BusyIndicatorSpecifics.qml
        ButtonSection.qml
        ButtonSpecifics.qml
        CheckBoxSpecifics.qml
        CheckDelegateSpecifics.qml
        CheckSection.qml
        ComboBoxSpecifics.qml
        ContainerSection.qml
        ControlSection.qml
        ControlSpecifics.qml
        DelayButtonSpecifics.qml
        DialSpecifics.qml
        FrameSpecifics.qml
        GroupBoxSpecifics.qml
        InsetSection.qml
        ItemDelegateSection.qml
        ItemDelegateSpecifics.qml
        LabelSpecifics.qml
        PaddingSection.qml
        PageIndicatorSpecifics.qml
        PageSpecifics.qml
        PaneSection.qml
        PaneSpecifics.qml
        ProgressBarSpecifics.qml
        RadioButtonSpecifics.qml
        RadioDelegateSpecifics.qml
        RangeSliderSpecifics.qml
        RoundButtonSpecifics.qml
        ScrollViewSpecifics.qml
        SliderSpecifics.qml
        SpinBoxSpecifics.qml
        StackViewSpecifics.qml
        SwipeDelegateSpecifics.qml
        SwipeViewSpecifics.qml
        SwitchDelegateSpecifics.qml
        SwitchSpecifics.qml
        TabBarSpecifics.qml
        TabButtonSpecifics.qml
        TextAreaSpecifics.qml
        TextFieldSpecifics.qml
        ToolBarSpecifics.qml
        ToolButtonSpecifics.qml
        ToolSeparatorSpecifics.qml
        TumblerSpecifics.qml
        qtquickcontrols2.metainfo
    DESTINATION "${destination}"
)