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

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

add_qml_module(qmlplugin
    URI "QtQml"
    VERSION "2.${CMAKE_PROJECT_VERSION_MINOR}"
    DESIGNER_SUPPORTED
    CLASSNAME QtQmlPlugin
    IMPORTS
        QtQml.Models
        QtQml.WorkerScript
    SOURCES
        plugin.cpp
    LIBRARIES
        Qt::QmlModelsPrivate
        Qt::QmlPrivate
        Qt::CorePrivate # special case
    PUBLIC_LIBRARIES
        Qt::Qml
        Qt::QmlModels
)

#### Keys ignored in scope 1:.:.:qtqml.pro:<TRUE>:
# CXX_MODULE = "qml"
# IMPORT_VERSION = "2.$$QT_MINOR_VERSION"
# TARGETPATH = "QtQml"
# _LOADED = "qml_plugin"