aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/tooling/CMakeLists.txt
blob: 0a638f3017d60a7e70a237379ae78a5223ffe041 (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
# Generated from tooling.pro.

# special case begin
set(qml_files
    "Component.qml"
    "Enum.qml"
    "Member.qml"
    "Method.qml"
    "Module.qml"
    "Parameter.qml"
    "Property.qml"
    "Signal.qml"
)

qt_internal_add_qml_module(quicktooling
    URI "QtQuick.tooling"
    VERSION "${CMAKE_PROJECT_VERSION}"
    GENERATE_QMLTYPES
    INSTALL_QMLTYPES
)

set_source_files_properties(${qml_files} PROPERTIES
    QT_QML_SOURCE_VERSION "1.2"
)

qt6_target_qml_files(quicktooling
    FILES
        ${qml_files}
)

# special case end