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

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

add_qml_module(labsanimationplugin
    URI "Qt.labs.animation"
    VERSION "1.0"
    CLASSNAME QtLabsAnimationPlugin
    SKIP_TYPE_REGISTRATION
    SOURCES
        plugin.cpp
    LIBRARIES
        Qt::QmlPrivate
        Qt::QuickPrivate
    PUBLIC_LIBRARIES
        Qt::Qml
        Qt::Quick
)

#### Keys ignored in scope 1:.:.:labsanimation.pro:<TRUE>:
# CXX_MODULE = "qml"
# IMPORT_VERSION = "1.0"
# TARGETPATH = "Qt/labs/animation"
# _LOADED = "qml_plugin"