summaryrefslogtreecommitdiffstats
path: root/src/animation/animation.pro
blob: 4443e3193cc7b5fa8d9285bb45c98c24e15177d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
TARGET = Qt3DAnimation

DEFINES += QT3DANIMATION_LIBRARY

MODULE = 3danimation

# Qt3D is free of Q_FOREACH - make sure it stays that way:
DEFINES += QT_NO_FOREACH

QT += core-private 3dcore-private 3drender 3drender-private

include(frontend/frontend.pri)
include(backend/backend.pri)

HEADERS += \
    qt3danimation_global.h \
    qt3danimation_global_p.h \
    animationlogging_p.h

SOURCES += \
    animationlogging.cpp

load(qt_module)