aboutsummaryrefslogtreecommitdiffstats
path: root/src/labs/animation/CMakeLists.txt
blob: a8594df5dd6addd4bab053da7b5df7543a6f160c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

qt_internal_add_qml_module(LabsAnimation
    URI "Qt.labs.animation"
    VERSION "${PROJECT_VERSION}"
    PLUGIN_TARGET labsanimationplugin
    CLASS_NAME QtLabsAnimationPlugin
    DEPENDENCIES
        QtQml
    SOURCES
        qquickboundaryrule.cpp qquickboundaryrule_p.h
        qqmlanimationglobal_p.h
    DEFINES
        QT_BUILD_LABSANIMATION_LIB
    LIBRARIES
        Qt::QmlPrivate
        Qt::QuickPrivate
    )