aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qmldesigner/studio_templates/projects/shared-plugin/name/CMakeLists.importmodule.txt.tpl
blob: 3b74123f7b053fc2eb8ca3111ef03d3a55e1ed21 (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
### This file is automatically generated by Qt Design Studio.
### Do not change

qt_add_library(%{ImportModuleName} STATIC)
set_source_files_properties(Constants.qml
    PROPERTIES
        QT_QML_SINGLETON_TYPE true
    )

qt6_add_qml_module(%{ImportModuleName}
    URI "%{ImportModuleName}"
    VERSION 1.0
    RESOURCE_PREFIX "/qt/qml"
        QML_FILES
        Constants.qml
        DataStore.qml
        DirectoryFontLoader.qml
        EventListModel.qml
        EventListSimulator.qml
        JsonData.qml
    RESOURCES
        data.json
        models.json
)