# 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
    )
