summaryrefslogtreecommitdiffstats
path: root/src/imports/remoteobjects/CMakeLists.txt
blob: 2c84b0ce6b048b2b96d8a7a718cc0302593af29a (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 remoteobjects.pro.

#####################################################################
## qtremoteobjects Plugin:
#####################################################################

qt_add_qml_module(qtremoteobjects
    URI "QtRemoteObjects"
    VERSION "${CMAKE_PROJECT_VERSION_MAJOR}.${CMAKE_PROJECT_VERSION_MINOR}" # special case
    CLASSNAME QtRemoteObjectsPlugin
    SKIP_TYPE_REGISTRATION
    SOURCES
        plugin.cpp
    LIBRARIES
        Qt::QmlPrivate
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Gui
        Qt::Qml
        Qt::RemoteObjects
)

#### Keys ignored in scope 1:.:.:remoteobjects.pro:<TRUE>:
# CXX_MODULE = "qml"
# IMPORT_VERSION = "5.$$QT_MINOR_VERSION"
# TARGETPATH = "QtRemoteObjects"