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

#####################################################################
## modelsplugin Plugin:
#####################################################################

qt_add_qml_module(modelsplugin
    TARGET_PATH "QtQml/Models.2"
    URI "QtQml.Models"
    VERSION "2.${CMAKE_PROJECT_VERSION_MINOR}"
    DESIGNER_SUPPORTED
    CLASSNAME QtQmlModelsPlugin
    SKIP_TYPE_REGISTRATION
    SOURCES
        plugin.cpp
    LIBRARIES
        Qt::QmlModelsPrivate
        Qt::QmlPrivate
    PUBLIC_LIBRARIES
        Qt::Qml
        Qt::QmlModels
)

#### Keys ignored in scope 1:.:.:models.pro:<TRUE>:
# CXX_MODULE = "qml"
# IMPORT_VERSION = "2.$$QT_MINOR_VERSION"
# TARGETPATH = "QtQml/Models.2"