aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/qtqml/.prev_CMakeLists.txt
blob: de771ce3d2033c20ce1643b74f370a3d5a7a03d0 (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
33
34
35
36
37
38
39
40
41
42
43
44
# Generated from qtqml.pro.

set(module_dynamic_qml_imports
    QtQml.Models
)

if (QT_FEATURE_qml_worker_script)
    list(APPEND module_dynamic_qml_imports
        QtQml.WorkerScript
    )
endif()

#####################################################################
## qmlplugin Plugin:
#####################################################################

qt_add_qml_module(qmlplugin
    URI "QtQml"
    VERSION "2.15"
    DESIGNER_SUPPORTED
    CLASSNAME QtQmlPlugin
    SKIP_TYPE_REGISTRATION
    IMPORTS ${module_dynamic_qml_imports}
    SOURCES
        plugin.cpp
    LIBRARIES
        Qt::QmlModelsPrivate
        Qt::QmlPrivate
    PUBLIC_LIBRARIES
        Qt::Qml
        Qt::QmlModels
)

#### Keys ignored in scope 1:.:.:qtqml.pro:<TRUE>:
# CXX_MODULE = "qml"
# DYNAMIC_QMLDIR = "module QtQml" "plugin qmlplugin" "classname QtQmlPlugin" "typeinfo plugins.qmltypes" "designersupported" "import QtQml.Models"
# IMPORT_VERSION = "2.15"
# TARGETPATH = "QtQml"

## Scopes:
#####################################################################

#### Keys ignored in scope 2:.:.:qtqml.pro:QT_FEATURE_qml_worker_script:
# DYNAMIC_QMLDIR = "import QtQml.WorkerScript"