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

#####################################################################
## qtquick2plugin Plugin:
#####################################################################

qt_add_qml_module(qtquick2plugin
    URI "QtQuick"
    VERSION "2.15"
    DESIGNER_SUPPORTED
    CLASSNAME QtQuick2Plugin
    SKIP_TYPE_REGISTRATION
    IMPORTS
        QtQml
    SOURCES
        plugin.cpp
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Gui
        Qt::QmlModelsPrivate
        Qt::QmlPrivate
        Qt::QuickPrivate
)

#### Keys ignored in scope 1:.:.:qtquick2.pro:<TRUE>:
# CXX_MODULE = "qml"
# IMPORT_VERSION = "2.15"
# TARGETPATH = "QtQuick"

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

qt_extend_target(qtquick2plugin CONDITION QT_FEATURE_qml_worker_script
    PUBLIC_LIBRARIES
        Qt::QmlWorkerScriptPrivate
)