aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/tools/eventsystem/CMakeLists.txt
blob: 719534db8bb47cc8b9a93cf9fea7927bdf0ef755 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
set_source_files_properties(EventSystem.qml
    PROPERTIES
        QT_QML_SINGLETON_TYPE true
)

qt_internal_add_qml_module(QuickStudioEventSystem
    URI "QtQuick.Studio.EventSystem"
    VERSION "${PROJECT_VERSION}"
    DESIGNER_SUPPORTED
    NO_SYNC_QT
    PAST_MAJOR_VERSIONS 1
    QML_FILES
        EventSystem.qml
        EventListener.qml
)