aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/sharedimage/CMakeLists.txt
blob: b0faea295fe9c5a5f3177315fcdfe1dd355007b7 (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 "${CMAKE_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"