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

#####################################################################
## labsanimationplugin Plugin:
#####################################################################

qt_internal_add_qml_module(labsanimationplugin
    URI "Qt.labs.animation"
    VERSION "${PROJECT_VERSION}"
    CLASS_NAME QtLabsAnimationPlugin
    SKIP_TYPE_REGISTRATION
    PLUGIN_OPTIONAL
    SOURCES
        plugin.cpp
    PUBLIC_LIBRARIES
        Qt::QmlPrivate
        Qt::QuickPrivate
        Qt::LabsAnimationPrivate
)

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