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

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

qt_internal_add_qml_module(modelsplugin
    URI "QtQml.Models"
    VERSION "${CMAKE_PROJECT_VERSION}"
    DESIGNER_SUPPORTED
    CLASSNAME QtQmlModelsPlugin
    SKIP_TYPE_REGISTRATION
    PLUGIN_OPTIONAL
    SOURCES
        plugin.cpp
    PUBLIC_LIBRARIES
        Qt::QmlModelsPrivate
        Qt::QmlPrivate
)

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