aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/labsanimation/CMakeLists.txt
blob: b1df75b946055351584b13413d1e6b93d0206b7a (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 "${CMAKE_PROJECT_VERSION}"
    CLASSNAME QtLabsAnimationPlugin
    SKIP_TYPE_REGISTRATION
    GENERATE_QMLTYPES
    SOURCES
        plugin.cpp
        qquickboundaryrule.cpp qquickboundaryrule_p.h
    PUBLIC_LIBRARIES
        Qt::QmlPrivate
        Qt::QuickPrivate
)

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