aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/fusion/impl/CMakeLists.txt
blob: 44813a70fd21f8c9a56584414f2259d12fafe09a (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
# Generated from fusion-impl.pro.

#####################################################################
## qtquickcontrols2fusionstyleimplplugin Plugin:
#####################################################################

qt_internal_add_qml_module(qtquickcontrols2fusionstyleimplplugin
    URI "QtQuick.Controls.Fusion.impl"
    VERSION "${CMAKE_PROJECT_VERSION}"
    CLASSNAME QtQuickControls2FusionStyleImpPlugin
    GENERATE_QMLTYPES
    SOURCES
        qquickfusionbusyindicator.cpp qquickfusionbusyindicator_p.h
        qquickfusiondial.cpp qquickfusiondial_p.h
        qquickfusionknob.cpp qquickfusionknob_p.h
        qtquickcontrols2fusionstyleimplplugin.cpp
    DEFINES
        QT_NO_CAST_FROM_ASCII
        QT_NO_CAST_TO_ASCII
    LIBRARIES
        Qt::CorePrivate
        Qt::Gui
        Qt::QmlPrivate
        Qt::QuickControls2ImplPrivate
        Qt::QuickPrivate
        Qt::QuickTemplates2Private
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Gui
        Qt::Qml
        Qt::Quick
)

#### Keys ignored in scope 1:.:.:fusion-impl.pro:<TRUE>:
# OTHER_FILES = "qmldir" "$$QML_FILES"
# QML_FILES = "$$PWD/ButtonPanel.qml" "$$PWD/CheckIndicator.qml" "$$PWD/RadioIndicator.qml" "$$PWD/SliderGroove.qml" "$$PWD/SliderHandle.qml" "$$PWD/SwitchIndicator.qml"
# QML_IMPORT_NAME = "QtQuick.Controls.Fusion.impl"
# QML_IMPORT_VERSION = "$$QT_VERSION"
# QT_FOR_CONFIG = "quickcontrols2-private"
# TARGETPATH = "QtQuick/Controls/Fusion/impl"
# _REQUIREMENTS = "qtConfig(quickcontrols2-fusion)"

set(qml_files
    "ButtonPanel.qml"
    "CheckIndicator.qml"
    "RadioIndicator.qml"
    "SliderGroove.qml"
    "SliderHandle.qml"
    "SwitchIndicator.qml"
)
set_source_files_properties(ButtonPanel.qml PROPERTIES
    QT_QML_SOURCE_VERSION "2.3"
)
set_source_files_properties(CheckIndicator.qml PROPERTIES
    QT_QML_SOURCE_VERSION "2.3"
)
set_source_files_properties(RadioIndicator.qml PROPERTIES
    QT_QML_SOURCE_VERSION "2.3"
)
set_source_files_properties(SliderGroove.qml PROPERTIES
    QT_QML_SOURCE_VERSION "2.3"
)
set_source_files_properties(SliderHandle.qml PROPERTIES
    QT_QML_SOURCE_VERSION "2.3"
)
set_source_files_properties(SwitchIndicator.qml PROPERTIES
    QT_QML_SOURCE_VERSION "2.3"
)

qt6_target_qml_files(qtquickcontrols2fusionstyleimplplugin
    FILES
        ${qml_files}
)