summaryrefslogtreecommitdiff
path: root/src/imports/webchannel/CMakeLists.txt
blob: fa48b81cae5400a60619bbbd0847a25b1980d4bb (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
# Generated from webchannel.pro.

#####################################################################
## webchannel Plugin:
#####################################################################

add_qml_module(declarative_webchannel # special case
    URI "QtWebChannel"
    VERSION "1.${CMAKE_PROJECT_VERSION_MINOR}"
    CLASSNAME QWebChannelPlugin
    SOURCES
        plugin.cpp
    INCLUDE_DIRECTORIES
        ../../webchannel
    LIBRARIES
        Qt::WebChannelPrivate
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Quick
        Qt::WebChannel
)

#### Keys ignored in scope 1:.:.:webchannel.pro:<TRUE>:
# IMPORT_VERSION = "1.$$QT_MINOR_VERSION"
# TARGETPATH = "QtWebChannel"
# _LOADED = "qml_plugin"