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

SOURCES += \
    plugin.cpp

QT = qml-private quick-private

load(qml_plugin)