summaryrefslogtreecommitdiffstats
path: root/src/imports/imports.pro
blob: 3846efbfa42eca1bae99b1698e58668a7f922846 (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
CXX_MODULE = qtlottie
TARGET  = lottieqtplugin
TARGETPATH = Qt/labs/lottieqt
IMPORT_VERSION = 1.$$QT_MINOR_VERSION

QT += qml quick gui-private bodymovin-private
CONFIG += plugin c++11

QMAKE_DOCS = $$PWD/doc/qtlottieanimation.qdocconf

# Input
SOURCES += \
    lottieanimation.cpp \
    lottie_plugin.cpp \
    rasterrenderer/lottierasterrenderer.cpp \
    rasterrenderer/batchrenderer.cpp

HEADERS += \
    lottieanimation.h \
    lottie_plugin.h \
    rasterrenderer/lottierasterrenderer.h \
    rasterrenderer/batchrenderer.h

load(qml_plugin)