summaryrefslogtreecommitdiffstats
path: root/src/quick3d/imports/animation/importsanimation.pro
blob: 734c5186bfe74c6193b8b8fb268aec8e0ed8fe4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
CXX_MODULE = qml
TARGET = quick3danimationplugin
TARGETPATH = Qt3D/Animation
IMPORT_VERSION = 2.$$QT_MINOR_VERSION

QT += core-private qml qml-private 3dcore 3drender 3danimation 3dquick 3dquickrender 3dquickanimation 3dquick-private 3dquickanimation-private

HEADERS += \
    qt3dquick3danimationplugin.h

SOURCES += \
    qt3dquick3danimationplugin.cpp

OTHER_FILES += qmldir

load(qml_plugin)