aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/qtqml/.prev_CMakeLists.txt
blob: 7db224aa448ccfcf649a73fa0e74279f335b0ec4 (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
# 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
    PUBLIC_LIBRARIES
        Qt::QmlModelsPrivate
        Qt::QmlPrivate
)

#### 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"