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

#####################################################################
## qmlshapesplugin Plugin:
#####################################################################

qt_internal_add_qml_module(qmlshapesplugin
    URI "QtQuick.Shapes"
    VERSION "${PROJECT_VERSION}"
    CLASS_NAME QmlShapesPlugin
    SKIP_TYPE_REGISTRATION
    DEPENDENCIES
        QtQuick
    PLUGIN_OPTIONAL
    SOURCES
        plugin.cpp
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::GuiPrivate
        Qt::Qml
        Qt::QuickPrivate
        Qt::QuickShapesPrivate
)

#### Keys ignored in scope 1:.:.:shapes.pro:<TRUE>:
# CXX_MODULE = "qml"
# QML_IMPORT_VERSION = "$$QT_VERSION"
# TARGETPATH = "QtQuick/Shapes"