aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/labsanimation/labsanimation.pro
blob: f64ae775c6542d6447fc0e8a3b234adb3744e31d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
CXX_MODULE = qml
TARGET  = labsanimationplugin
TARGETPATH = Qt/labs/animation
IMPORT_VERSION = 1.0

SOURCES += \
    qquickboundaryrule.cpp \
    plugin.cpp

HEADERS += \
    qquickboundaryrule_p.h

QT = qml-private quick-private

CONFIG += qmltypes install_qmltypes
load(qml_plugin)