aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/sharedimage/CMakeLists.txt
blob: 02c7f181776abb088eb9b848a8d2fff44179b586 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Generated from sharedimage.pro.

#####################################################################
## sharedimageplugin Plugin:
#####################################################################

qt_internal_add_qml_module(sharedimageplugin
    URI "Qt.labs.sharedimage"
    VERSION "${PROJECT_VERSION}"
    CLASSNAME QtQuickSharedImagePlugin
    SKIP_TYPE_REGISTRATION
    SOURCES
        plugin.cpp
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Qml
        Qt::LabsSharedImagePrivate
)

#### Keys ignored in scope 1:.:.:sharedimage.pro:<TRUE>:
# CXX_MODULE = "qml"
# QML_IMPORT_VERSION = "$$QT_VERSION"
# TARGETPATH = "Qt/labs/sharedimage"