aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/labsanimation/labsanimation.pro
blob: 5fd8ff25a7c9220283845cb39f04577695832024 (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
QML_IMPORT_VERSION = $$QT_VERSION

SOURCES += \
    qquickboundaryrule.cpp \
    plugin.cpp

HEADERS += \
    qquickboundaryrule_p.h

QT = qml-private quick-private

CONFIG += qmltypes install_qmltypes
load(qml_plugin)