summaryrefslogtreecommitdiffstats
path: root/examples/demos/lightningviewer/LightningViewerStyle/CMakeLists.txt
blob: 76ba14628c3f31acb0c8ab1c83ce93394c8c6725 (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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
# Copyright (C) 2024 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

cmake_minimum_required(VERSION 3.16)
project(LightningViewerStyle LANGUAGES CXX)

set(CMAKE_AUTOMOC ON)

find_package(Qt6 REQUIRED COMPONENTS Quick)

set_source_files_properties(Config.qml
    PROPERTIES
        QT_QML_SINGLETON_TYPE TRUE
)

qt_add_qml_module(${PROJECT_NAME}
    URI LightningViewerStyle
    QML_FILES
        Button.qml
        Config.qml
        RoundButton.qml
        StyleImage.qml
    RESOURCES
        dark/images/roundbutton-background-checked-disabled@2x.png
        dark/images/button-background-checked-hovered.png
        dark/images/roundbutton-background-checked-disabled.png
        dark/images/flatbutton-background.png
        dark/images/flatbutton-background-disabled.png
        dark/images/flatbutton-background-checked-pressed.png
        dark/images/button-background.png
        dark/images/flatbutton-background-hovered.png
        dark/images/button-background-checked-hovered@2x.png
        dark/images/roundbutton-background-checked-hovered.png
        dark/images/button-background-checked.png
        dark/images/flatbutton-background-checked-hovered@2x.png
        dark/images/roundbutton-background-disabled.png
        dark/images/flatbutton-background-disabled@2x.png
        dark/images/roundbutton-background@2x.png
        dark/images/flatbutton-background-checked-pressed@2x.png
        dark/images/button-background@2x.png
        dark/images/button-background-hovered@2x.png
        dark/images/roundbutton-background-checked-pressed.png
        dark/images/roundbutton-background-hovered.png
        dark/images/roundbutton-background-checked.png
        dark/images/flatbutton-background-checked@2x.png
        dark/images/roundbutton-background.png
        dark/images/button-background-pressed@2x.png
        dark/images/roundbutton-background-disabled@2x.png
        dark/images/flatbutton-background-checked.png
        dark/images/button-background-disabled.png
        dark/images/roundbutton-background-pressed@2x.png
        dark/images/flatbutton-background-checked-disabled.png
        dark/images/roundbutton-background-checked@2x.png
        dark/images/roundbutton-background-checked-hovered@2x.png
        dark/images/button-background-hovered.png
        dark/images/flatbutton-background-checked-disabled@2x.png
        dark/images/button-background-checked-disabled@2x.png
        dark/images/button-background-checked-disabled.png
        dark/images/button-background-checked-pressed@2x.png
        dark/images/flatbutton-background@2x.png
        dark/images/button-background-checked@2x.png
        dark/images/button-background-pressed.png
        dark/images/button-background-checked-pressed.png
        dark/images/button-background-disabled@2x.png
        dark/images/flatbutton-background-pressed.png
        dark/images/flatbutton-background-checked-hovered.png
        dark/images/flatbutton-background-pressed@2x.png
        dark/images/roundbutton-background-pressed.png
        dark/images/roundbutton-background-checked-pressed@2x.png
        dark/images/flatbutton-background-hovered@2x.png
        dark/images/roundbutton-background-hovered@2x.png
        light/images/roundbutton-background-checked-disabled@2x.png
        light/images/button-background-checked-hovered.png
        light/images/roundbutton-background-checked-disabled.png
        light/images/flatbutton-background.png
        light/images/flatbutton-background-disabled.png
        light/images/flatbutton-background-checked-pressed.png
        light/images/button-background.png
        light/images/flatbutton-background-hovered.png
        light/images/button-background-checked-hovered@2x.png
        light/images/roundbutton-background-checked-hovered.png
        light/images/button-background-checked.png
        light/images/flatbutton-background-checked-hovered@2x.png
        light/images/roundbutton-background-disabled.png
        light/images/flatbutton-background-disabled@2x.png
        light/images/roundbutton-background@2x.png
        light/images/flatbutton-background-checked-pressed@2x.png
        light/images/button-background@2x.png
        light/images/button-background-hovered@2x.png
        light/images/roundbutton-background-checked-pressed.png
        light/images/roundbutton-background-hovered.png
        light/images/roundbutton-background-checked.png
        light/images/flatbutton-background-checked@2x.png
        light/images/roundbutton-background.png
        light/images/button-background-pressed@2x.png
        light/images/roundbutton-background-disabled@2x.png
        light/images/flatbutton-background-checked.png
        light/images/button-background-disabled.png
        light/images/roundbutton-background-pressed@2x.png
        light/images/flatbutton-background-checked-disabled.png
        light/images/roundbutton-background-checked@2x.png
        light/images/roundbutton-background-checked-hovered@2x.png
        light/images/button-background-hovered.png
        light/images/flatbutton-background-checked-disabled@2x.png
        light/images/button-background-checked-disabled@2x.png
        light/images/button-background-checked-disabled.png
        light/images/button-background-checked-pressed@2x.png
        light/images/flatbutton-background@2x.png
        light/images/button-background-checked@2x.png
        light/images/button-background-pressed.png
        light/images/button-background-checked-pressed.png
        light/images/button-background-disabled@2x.png
        light/images/flatbutton-background-pressed.png
        light/images/flatbutton-background-checked-hovered.png
        light/images/flatbutton-background-pressed@2x.png
        light/images/roundbutton-background-pressed.png
        light/images/roundbutton-background-checked-pressed@2x.png
        light/images/flatbutton-background-hovered@2x.png
        light/images/roundbutton-background-hovered@2x.png
)

target_link_libraries(${PROJECT_NAME} PRIVATE
    Qt6::Quick
)